@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnvironmentAccountConnectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEnvironmentAccountConnectionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentAccountConnectionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEnvironmentName()
The environment name that's associated with each listed environment account connection.
|
Integer |
getMaxResults()
The maximum number of environment account connections to list.
|
String |
getNextToken()
A token to indicate the location of the next environment account connection in the array of environment account
connections, after the list of environment account connections that was previously requested.
|
String |
getRequestedBy()
The type of account making the
ListEnvironmentAccountConnections request. |
List<String> |
getStatuses()
The status details for each listed environment account connection.
|
int |
hashCode() |
void |
setEnvironmentName(String environmentName)
The environment name that's associated with each listed environment account connection.
|
void |
setMaxResults(Integer maxResults)
The maximum number of environment account connections to list.
|
void |
setNextToken(String nextToken)
A token to indicate the location of the next environment account connection in the array of environment account
connections, after the list of environment account connections that was previously requested.
|
void |
setRequestedBy(String requestedBy)
The type of account making the
ListEnvironmentAccountConnections request. |
void |
setStatuses(Collection<String> statuses)
The status details for each listed environment account connection.
|
String |
toString()
Returns a string representation of this object.
|
ListEnvironmentAccountConnectionsRequest |
withEnvironmentName(String environmentName)
The environment name that's associated with each listed environment account connection.
|
ListEnvironmentAccountConnectionsRequest |
withMaxResults(Integer maxResults)
The maximum number of environment account connections to list.
|
ListEnvironmentAccountConnectionsRequest |
withNextToken(String nextToken)
A token to indicate the location of the next environment account connection in the array of environment account
connections, after the list of environment account connections that was previously requested.
|
ListEnvironmentAccountConnectionsRequest |
withRequestedBy(EnvironmentAccountConnectionRequesterAccountType requestedBy)
The type of account making the
ListEnvironmentAccountConnections request. |
ListEnvironmentAccountConnectionsRequest |
withRequestedBy(String requestedBy)
The type of account making the
ListEnvironmentAccountConnections request. |
ListEnvironmentAccountConnectionsRequest |
withStatuses(Collection<String> statuses)
The status details for each listed environment account connection.
|
ListEnvironmentAccountConnectionsRequest |
withStatuses(EnvironmentAccountConnectionStatus... statuses)
The status details for each listed environment account connection.
|
ListEnvironmentAccountConnectionsRequest |
withStatuses(String... statuses)
The status details for each listed environment account connection.
|
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 ListEnvironmentAccountConnectionsRequest()
public void setEnvironmentName(String environmentName)
The environment name that's associated with each listed environment account connection.
environmentName - The environment name that's associated with each listed environment account connection.public String getEnvironmentName()
The environment name that's associated with each listed environment account connection.
public ListEnvironmentAccountConnectionsRequest withEnvironmentName(String environmentName)
The environment name that's associated with each listed environment account connection.
environmentName - The environment name that's associated with each listed environment account connection.public void setMaxResults(Integer maxResults)
The maximum number of environment account connections to list.
maxResults - The maximum number of environment account connections to list.public Integer getMaxResults()
The maximum number of environment account connections to list.
public ListEnvironmentAccountConnectionsRequest withMaxResults(Integer maxResults)
The maximum number of environment account connections to list.
maxResults - The maximum number of environment account connections to list.public void setNextToken(String nextToken)
A token to indicate the location of the next environment account connection in the array of environment account connections, after the list of environment account connections that was previously requested.
nextToken - A token to indicate the location of the next environment account connection in the array of environment
account connections, after the list of environment account connections that was previously requested.public String getNextToken()
A token to indicate the location of the next environment account connection in the array of environment account connections, after the list of environment account connections that was previously requested.
public ListEnvironmentAccountConnectionsRequest withNextToken(String nextToken)
A token to indicate the location of the next environment account connection in the array of environment account connections, after the list of environment account connections that was previously requested.
nextToken - A token to indicate the location of the next environment account connection in the array of environment
account connections, after the list of environment account connections that was previously requested.public void setRequestedBy(String requestedBy)
The type of account making the ListEnvironmentAccountConnections request.
requestedBy - The type of account making the ListEnvironmentAccountConnections request.EnvironmentAccountConnectionRequesterAccountTypepublic String getRequestedBy()
The type of account making the ListEnvironmentAccountConnections request.
ListEnvironmentAccountConnections request.EnvironmentAccountConnectionRequesterAccountTypepublic ListEnvironmentAccountConnectionsRequest withRequestedBy(String requestedBy)
The type of account making the ListEnvironmentAccountConnections request.
requestedBy - The type of account making the ListEnvironmentAccountConnections request.EnvironmentAccountConnectionRequesterAccountTypepublic ListEnvironmentAccountConnectionsRequest withRequestedBy(EnvironmentAccountConnectionRequesterAccountType requestedBy)
The type of account making the ListEnvironmentAccountConnections request.
requestedBy - The type of account making the ListEnvironmentAccountConnections request.EnvironmentAccountConnectionRequesterAccountTypepublic List<String> getStatuses()
The status details for each listed environment account connection.
EnvironmentAccountConnectionStatuspublic void setStatuses(Collection<String> statuses)
The status details for each listed environment account connection.
statuses - The status details for each listed environment account connection.EnvironmentAccountConnectionStatuspublic ListEnvironmentAccountConnectionsRequest withStatuses(String... statuses)
The status details for each listed environment account connection.
NOTE: This method appends the values to the existing list (if any). Use
setStatuses(java.util.Collection) or withStatuses(java.util.Collection) if you want to override
the existing values.
statuses - The status details for each listed environment account connection.EnvironmentAccountConnectionStatuspublic ListEnvironmentAccountConnectionsRequest withStatuses(Collection<String> statuses)
The status details for each listed environment account connection.
statuses - The status details for each listed environment account connection.EnvironmentAccountConnectionStatuspublic ListEnvironmentAccountConnectionsRequest withStatuses(EnvironmentAccountConnectionStatus... statuses)
The status details for each listed environment account connection.
statuses - The status details for each listed environment account connection.EnvironmentAccountConnectionStatuspublic String toString()
toString in class ObjectObject.toString()public ListEnvironmentAccountConnectionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.