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