@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCoreNetworkChangeSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCoreNetworkChangeSetRequest() |
Modifier and Type | Method and Description |
---|---|
GetCoreNetworkChangeSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCoreNetworkId()
The ID of a core network.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
The token for the next page of results.
|
Integer |
getPolicyVersionId()
The ID of the policy version.
|
int |
hashCode() |
void |
setCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
void |
setPolicyVersionId(Integer policyVersionId)
The ID of the policy version.
|
String |
toString()
Returns a string representation of this object.
|
GetCoreNetworkChangeSetRequest |
withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
GetCoreNetworkChangeSetRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
GetCoreNetworkChangeSetRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
GetCoreNetworkChangeSetRequest |
withPolicyVersionId(Integer policyVersionId)
The ID of the 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, withSdkRequestTimeout
public 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 GetCoreNetworkChangeSetRequest withCoreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId
- The ID of a core network.public void setPolicyVersionId(Integer policyVersionId)
The ID of the policy version.
policyVersionId
- The ID of the policy version.public Integer getPolicyVersionId()
The ID of the policy version.
public GetCoreNetworkChangeSetRequest withPolicyVersionId(Integer policyVersionId)
The ID of the policy version.
policyVersionId
- The ID of the policy version.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public GetCoreNetworkChangeSetRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public GetCoreNetworkChangeSetRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String toString()
toString
in class Object
Object.toString()
public GetCoreNetworkChangeSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()