@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCoreNetworkPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetCoreNetworkPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetCoreNetworkPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAlias()
The alias of a core network policy
|
String |
getCoreNetworkId()
The ID of a core network.
|
Integer |
getPolicyVersionId()
The ID of a core network policy version.
|
int |
hashCode() |
void |
setAlias(String alias)
The alias of a core network policy
|
void |
setCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
void |
setPolicyVersionId(Integer policyVersionId)
The ID of a core network policy version.
|
String |
toString()
Returns a string representation of this object.
|
GetCoreNetworkPolicyRequest |
withAlias(CoreNetworkPolicyAlias alias)
The alias of a core network policy
|
GetCoreNetworkPolicyRequest |
withAlias(String alias)
The alias of a core network policy
|
GetCoreNetworkPolicyRequest |
withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
GetCoreNetworkPolicyRequest |
withPolicyVersionId(Integer policyVersionId)
The ID of a core network policy version.
|
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, withSdkRequestTimeoutpublic void setCoreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId - The ID of a core network.public String getCoreNetworkId()
The ID of a core network.
public GetCoreNetworkPolicyRequest withCoreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId - The ID of a core network.public void setPolicyVersionId(Integer policyVersionId)
The ID of a core network policy version.
policyVersionId - The ID of a core network policy version.public Integer getPolicyVersionId()
The ID of a core network policy version.
public GetCoreNetworkPolicyRequest withPolicyVersionId(Integer policyVersionId)
The ID of a core network policy version.
policyVersionId - The ID of a core network policy version.public void setAlias(String alias)
The alias of a core network policy
alias - The alias of a core network policyCoreNetworkPolicyAliaspublic String getAlias()
The alias of a core network policy
CoreNetworkPolicyAliaspublic GetCoreNetworkPolicyRequest withAlias(String alias)
The alias of a core network policy
alias - The alias of a core network policyCoreNetworkPolicyAliaspublic GetCoreNetworkPolicyRequest withAlias(CoreNetworkPolicyAlias alias)
The alias of a core network policy
alias - The alias of a core network policyCoreNetworkPolicyAliaspublic String toString()
toString in class ObjectObject.toString()public GetCoreNetworkPolicyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()