@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCoreNetworkChangeEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetCoreNetworkChangeEventsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetCoreNetworkChangeEventsRequest |
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.
|
GetCoreNetworkChangeEventsRequest |
withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
GetCoreNetworkChangeEventsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
GetCoreNetworkChangeEventsRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
GetCoreNetworkChangeEventsRequest |
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, 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 GetCoreNetworkChangeEventsRequest 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 GetCoreNetworkChangeEventsRequest 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 GetCoreNetworkChangeEventsRequest 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 GetCoreNetworkChangeEventsRequest 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 ObjectObject.toString()public GetCoreNetworkChangeEventsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()