com.amazonaws.services.identitymanagement.model
Class ListAccountAliasesResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.ListAccountAliasesResult

public class ListAccountAliasesResult
extends Object

Contains the result of a successful invocation of the ListAccountAliases action.


Constructor Summary
ListAccountAliasesResult()
           
 
Method Summary
 List<String> getAccountAliases()
          A list of aliases associated with the account.
 Boolean getIsTruncated()
          A flag that indicates whether there are more account aliases to list.
 String getMarker()
          Use this only when paginating results, and only in a subsequent request after you've received a response where the results are truncated.
 Boolean isTruncated()
          A flag that indicates whether there are more account aliases to list.
 void setAccountAliases(Collection<String> accountAliases)
          A list of aliases associated with the account.
 void setIsTruncated(Boolean isTruncated)
          A flag that indicates whether there are more account aliases to list.
 void setMarker(String marker)
          Use this only when paginating results, and only in a subsequent request after you've received a response where the results are truncated.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListAccountAliasesResult withAccountAliases(Collection<String> accountAliases)
          A list of aliases associated with the account.
 ListAccountAliasesResult withAccountAliases(String... accountAliases)
          A list of aliases associated with the account.
 ListAccountAliasesResult withIsTruncated(Boolean isTruncated)
          A flag that indicates whether there are more account aliases to list.
 ListAccountAliasesResult withMarker(String marker)
          Use this only when paginating results, and only in a subsequent request after you've received a response where the results are truncated.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListAccountAliasesResult

public ListAccountAliasesResult()
Method Detail

getAccountAliases

public List<String> getAccountAliases()
A list of aliases associated with the account.

Returns:
A list of aliases associated with the account.

setAccountAliases

public void setAccountAliases(Collection<String> accountAliases)
A list of aliases associated with the account.

Parameters:
accountAliases - A list of aliases associated with the account.

withAccountAliases

public ListAccountAliasesResult withAccountAliases(String... accountAliases)
A list of aliases associated with the account.

Returns a reference to this object so that method calls can be chained together.

Parameters:
accountAliases - A list of aliases associated with the account.
Returns:
A reference to this updated object so that method calls can be chained together.

withAccountAliases

public ListAccountAliasesResult withAccountAliases(Collection<String> accountAliases)
A list of aliases associated with the account.

Returns a reference to this object so that method calls can be chained together.

Parameters:
accountAliases - A list of aliases associated with the account.
Returns:
A reference to this updated object so that method calls can be chained together.

isTruncated

public Boolean isTruncated()
A flag that indicates whether there are more account aliases to list. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more account aliases in the list.

Returns:
A flag that indicates whether there are more account aliases to list. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more account aliases in the list.

setIsTruncated

public void setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more account aliases to list. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more account aliases in the list.

Parameters:
isTruncated - A flag that indicates whether there are more account aliases to list. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more account aliases in the list.

withIsTruncated

public ListAccountAliasesResult withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more account aliases to list. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more account aliases in the list.

Returns a reference to this object so that method calls can be chained together.

Parameters:
isTruncated - A flag that indicates whether there are more account aliases to list. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more account aliases in the list.
Returns:
A reference to this updated object so that method calls can be chained together.

getIsTruncated

public Boolean getIsTruncated()
A flag that indicates whether there are more account aliases to list. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more account aliases in the list.

Returns:
A flag that indicates whether there are more account aliases to list. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more account aliases in the list.

getMarker

public String getMarker()
Use this only when paginating results, and only in a subsequent request after you've received a response where the results are truncated. Set it to the value of the Marker element in the response you just received.

Constraints:
Length: 1 - 320
Pattern: [ -?]*

Returns:
Use this only when paginating results, and only in a subsequent request after you've received a response where the results are truncated. Set it to the value of the Marker element in the response you just received.

setMarker

public void setMarker(String marker)
Use this only when paginating results, and only in a subsequent request after you've received a response where the results are truncated. Set it to the value of the Marker element in the response you just received.

Constraints:
Length: 1 - 320
Pattern: [ -?]*

Parameters:
marker - Use this only when paginating results, and only in a subsequent request after you've received a response where the results are truncated. Set it to the value of the Marker element in the response you just received.

withMarker

public ListAccountAliasesResult withMarker(String marker)
Use this only when paginating results, and only in a subsequent request after you've received a response where the results are truncated. Set it to the value of the Marker element in the response you just received.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 320
Pattern: [ -?]*

Parameters:
marker - Use this only when paginating results, and only in a subsequent request after you've received a response where the results are truncated. Set it to the value of the Marker element in the response you just received.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.