@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCoreNetworkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteCoreNetworkRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteCoreNetworkRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCoreNetworkId()
The network ID of the deleted core network.
|
int |
hashCode() |
void |
setCoreNetworkId(String coreNetworkId)
The network ID of the deleted core network.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCoreNetworkRequest |
withCoreNetworkId(String coreNetworkId)
The network ID of the deleted core 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 setCoreNetworkId(String coreNetworkId)
The network ID of the deleted core network.
coreNetworkId - The network ID of the deleted core network.public String getCoreNetworkId()
The network ID of the deleted core network.
public DeleteCoreNetworkRequest withCoreNetworkId(String coreNetworkId)
The network ID of the deleted core network.
coreNetworkId - The network ID of the deleted core network.public String toString()
toString in class ObjectObject.toString()public DeleteCoreNetworkRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.