@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnvironmentAccountConnectionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListEnvironmentAccountConnectionsResult() |
Modifier and Type | Method and Description |
---|---|
ListEnvironmentAccountConnectionsResult |
clone() |
boolean |
equals(Object obj) |
List<EnvironmentAccountConnectionSummary> |
getEnvironmentAccountConnections()
An array of environment account connections with details that's returned by Proton.
|
String |
getNextToken()
A token that indicates the location of the next environment account connection in the array of environment
account connections, after the current requested list of environment account connections.
|
int |
hashCode() |
void |
setEnvironmentAccountConnections(Collection<EnvironmentAccountConnectionSummary> environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
|
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 current requested list of environment account connections.
|
String |
toString()
Returns a string representation of this object.
|
ListEnvironmentAccountConnectionsResult |
withEnvironmentAccountConnections(Collection<EnvironmentAccountConnectionSummary> environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
|
ListEnvironmentAccountConnectionsResult |
withEnvironmentAccountConnections(EnvironmentAccountConnectionSummary... environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
|
ListEnvironmentAccountConnectionsResult |
withNextToken(String nextToken)
A token that indicates the location of the next environment account connection in the array of environment
account connections, after the current requested list of environment account connections.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListEnvironmentAccountConnectionsResult()
public List<EnvironmentAccountConnectionSummary> getEnvironmentAccountConnections()
An array of environment account connections with details that's returned by Proton.
public void setEnvironmentAccountConnections(Collection<EnvironmentAccountConnectionSummary> environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
environmentAccountConnections
- An array of environment account connections with details that's returned by Proton.public ListEnvironmentAccountConnectionsResult withEnvironmentAccountConnections(EnvironmentAccountConnectionSummary... environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
NOTE: This method appends the values to the existing list (if any). Use
setEnvironmentAccountConnections(java.util.Collection)
or
withEnvironmentAccountConnections(java.util.Collection)
if you want to override the existing values.
environmentAccountConnections
- An array of environment account connections with details that's returned by Proton.public ListEnvironmentAccountConnectionsResult withEnvironmentAccountConnections(Collection<EnvironmentAccountConnectionSummary> environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
environmentAccountConnections
- An array of environment account connections with details that's returned by Proton.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 current requested list of environment account connections.
nextToken
- A token that indicates the location of the next environment account connection in the array of environment
account connections, after the current requested list of environment account connections.public String getNextToken()
A token that indicates the location of the next environment account connection in the array of environment account connections, after the current requested list of environment account connections.
public ListEnvironmentAccountConnectionsResult withNextToken(String nextToken)
A token that indicates the location of the next environment account connection in the array of environment account connections, after the current requested list of environment account connections.
nextToken
- A token that indicates the location of the next environment account connection in the array of environment
account connections, after the current requested list of environment account connections.public String toString()
toString
in class Object
Object.toString()
public ListEnvironmentAccountConnectionsResult clone()