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()
           
 Boolean getIsTruncated()
          A flag that indicates whether there are more account aliases to list.
 String getMarker()
           Constraints:
Length: 1 - 320
Pattern: [ -?]*
 Boolean isTruncated()
          A flag that indicates whether there are more account aliases to list.
 void setAccountAliases(Collection<String> accountAliases)
           
 void setIsTruncated(Boolean isTruncated)
          A flag that indicates whether there are more account aliases to list.
 void setMarker(String marker)
           Constraints:
Length: 1 - 320
Pattern: [ -?]*
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListAccountAliasesResult withAccountAliases(Collection<String> accountAliases)
           Returns a reference to this object so that method calls can be chained together.
 ListAccountAliasesResult withAccountAliases(String... accountAliases)
           Returns a reference to this object so that method calls can be chained together.
 ListAccountAliasesResult withIsTruncated(Boolean isTruncated)
          A flag that indicates whether there are more account aliases to list.
 ListAccountAliasesResult withMarker(String marker)
           Returns a reference to this object so that method calls can be chained together.
 
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()
Returns:

setAccountAliases

public void setAccountAliases(Collection<String> accountAliases)
Parameters:
accountAliases -

withAccountAliases

public ListAccountAliasesResult withAccountAliases(String... accountAliases)

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

Parameters:
accountAliases -
Returns:
A reference to this updated object so that method calls can be chained together.

withAccountAliases

public ListAccountAliasesResult withAccountAliases(Collection<String> accountAliases)

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

Parameters:
accountAliases -
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()

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

Returns:

setMarker

public void setMarker(String marker)

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

Parameters:
marker -

withMarker

public ListAccountAliasesResult withMarker(String marker)

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

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

Parameters:
marker -
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.