public class DescribeNetworkInterfacesRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeNetworkInterfaces operation.| コンストラクタと説明 |
|---|
DescribeNetworkInterfacesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Filter> |
getFilters()
Returns the value of the Filters property for this object.
|
java.util.List<java.lang.String> |
getNetworkInterfaceIds()
Returns the value of the NetworkInterfaceIds property for this object.
|
int |
hashCode() |
void |
setFilters(java.util.Collection<Filter> filters)
Sets the value of the Filters property for this object.
|
void |
setNetworkInterfaceIds(java.util.Collection<java.lang.String> networkInterfaceIds)
Sets the value of the NetworkInterfaceIds property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeNetworkInterfacesRequest |
withFilters(java.util.Collection<Filter> filters)
Sets the value of the Filters property for this object.
|
DescribeNetworkInterfacesRequest |
withFilters(Filter... filters)
Sets the value of the Filters property for this object.
|
DescribeNetworkInterfacesRequest |
withNetworkInterfaceIds(java.util.Collection<java.lang.String> networkInterfaceIds)
Sets the value of the NetworkInterfaceIds property for this object.
|
DescribeNetworkInterfacesRequest |
withNetworkInterfaceIds(java.lang.String... networkInterfaceIds)
Sets the value of the NetworkInterfaceIds property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<java.lang.String> getNetworkInterfaceIds()
public void setNetworkInterfaceIds(java.util.Collection<java.lang.String> networkInterfaceIds)
networkInterfaceIds - The new value for the NetworkInterfaceIds property for this object.public DescribeNetworkInterfacesRequest withNetworkInterfaceIds(java.lang.String... networkInterfaceIds)
Returns a reference to this object so that method calls can be chained together.
networkInterfaceIds - The new value for the NetworkInterfaceIds property for this object.public DescribeNetworkInterfacesRequest withNetworkInterfaceIds(java.util.Collection<java.lang.String> networkInterfaceIds)
Returns a reference to this object so that method calls can be chained together.
networkInterfaceIds - The new value for the NetworkInterfaceIds property for this object.public java.util.List<Filter> getFilters()
public void setFilters(java.util.Collection<Filter> filters)
filters - The new value for the Filters property for this object.public DescribeNetworkInterfacesRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters - The new value for the Filters property for this object.public DescribeNetworkInterfacesRequest withFilters(java.util.Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters - The new value for the Filters property for this object.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object