@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetNetworkRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()