@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceNetworkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetServiceNetworkRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetServiceNetworkRequest |
clone() |
boolean |
equals(Object obj) |
String |
getServiceNetworkIdentifier()
The ID or Amazon Resource Name (ARN) of the service network.
|
int |
hashCode() |
void |
setServiceNetworkIdentifier(String serviceNetworkIdentifier)
The ID or Amazon Resource Name (ARN) of the service network.
|
String |
toString()
Returns a string representation of this object.
|
GetServiceNetworkRequest |
withServiceNetworkIdentifier(String serviceNetworkIdentifier)
The ID or Amazon Resource Name (ARN) of the service network.
|
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 setServiceNetworkIdentifier(String serviceNetworkIdentifier)
The ID or Amazon Resource Name (ARN) of the service network.
serviceNetworkIdentifier - The ID or Amazon Resource Name (ARN) of the service network.public String getServiceNetworkIdentifier()
The ID or Amazon Resource Name (ARN) of the service network.
public GetServiceNetworkRequest withServiceNetworkIdentifier(String serviceNetworkIdentifier)
The ID or Amazon Resource Name (ARN) of the service network.
serviceNetworkIdentifier - The ID or Amazon Resource Name (ARN) of the service network.public String toString()
toString in class ObjectObject.toString()public GetServiceNetworkRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.