@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNetworkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetNetworkRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetNetworkRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNetworkId()
The unique identifier of the network to get information about.
|
int |
hashCode() |
void |
setNetworkId(String networkId)
The unique identifier of the network to get information about.
|
String |
toString()
Returns a string representation of this object.
|
GetNetworkRequest |
withNetworkId(String networkId)
The unique identifier of the network to get information about.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setNetworkId(String networkId)
The unique identifier of the network to get information about.
networkId - The unique identifier of the network to get information about.public String getNetworkId()
The unique identifier of the network to get information about.
public GetNetworkRequest withNetworkId(String networkId)
The unique identifier of the network to get information about.
networkId - The unique identifier of the network to get information about.public String toString()
toString in class ObjectObject.toString()public GetNetworkRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.