@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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 that indicates 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 that indicates 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 that indicates 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, 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 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 that indicates 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 that indicates 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 that indicates 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 that indicates 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 that indicates 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.EnvironmentAccountConnectionRequesterAccountType
public String getRequestedBy()
The type of account making the ListEnvironmentAccountConnections
request.
ListEnvironmentAccountConnections
request.EnvironmentAccountConnectionRequesterAccountType
public ListEnvironmentAccountConnectionsRequest withRequestedBy(String requestedBy)
The type of account making the ListEnvironmentAccountConnections
request.
requestedBy
- The type of account making the ListEnvironmentAccountConnections
request.EnvironmentAccountConnectionRequesterAccountType
public ListEnvironmentAccountConnectionsRequest withRequestedBy(EnvironmentAccountConnectionRequesterAccountType requestedBy)
The type of account making the ListEnvironmentAccountConnections
request.
requestedBy
- The type of account making the ListEnvironmentAccountConnections
request.EnvironmentAccountConnectionRequesterAccountType
public List<String> getStatuses()
The status details for each listed environment account connection.
EnvironmentAccountConnectionStatus
public void setStatuses(Collection<String> statuses)
The status details for each listed environment account connection.
statuses
- The status details for each listed environment account connection.EnvironmentAccountConnectionStatus
public 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.EnvironmentAccountConnectionStatus
public ListEnvironmentAccountConnectionsRequest withStatuses(Collection<String> statuses)
The status details for each listed environment account connection.
statuses
- The status details for each listed environment account connection.EnvironmentAccountConnectionStatus
public ListEnvironmentAccountConnectionsRequest withStatuses(EnvironmentAccountConnectionStatus... statuses)
The status details for each listed environment account connection.
statuses
- The status details for each listed environment account connection.EnvironmentAccountConnectionStatus
public String toString()
toString
in class Object
Object.toString()
public ListEnvironmentAccountConnectionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()