@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConnectPeersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListConnectPeersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListConnectPeersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectAttachmentId()
The ID of the attachment.
|
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.
|
int |
hashCode() |
void |
setConnectAttachmentId(String connectAttachmentId)
The ID of the attachment.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
ListConnectPeersRequest |
withConnectAttachmentId(String connectAttachmentId)
The ID of the attachment.
|
ListConnectPeersRequest |
withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
ListConnectPeersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListConnectPeersRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
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 ListConnectPeersRequest withCoreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId - The ID of a core network.public void setConnectAttachmentId(String connectAttachmentId)
The ID of the attachment.
connectAttachmentId - The ID of the attachment.public String getConnectAttachmentId()
The ID of the attachment.
public ListConnectPeersRequest withConnectAttachmentId(String connectAttachmentId)
The ID of the attachment.
connectAttachmentId - The ID of the attachment.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 ListConnectPeersRequest 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 ListConnectPeersRequest 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 ListConnectPeersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()