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

C# |
public class ListAccountAliasesResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListAccountAliasesResult()()()() | Initializes a new instance of the ListAccountAliasesResult class |
![]() | AccountAliases |
Gets and sets the property AccountAliases.
A list of aliases associated with the account. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsTruncated |
Gets and sets the property 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 |
Gets and sets the property 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
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAccountAliases(array<String>[]()[][]) | Obsolete.
Sets the AccountAliases property
|
![]() | WithAccountAliases(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the AccountAliases property
|
![]() | WithIsTruncated(Boolean) | Obsolete.
Sets the IsTruncated property
|
![]() | WithMarker(String) | Obsolete.
Sets the Marker property
|

Object | |
![]() | ListAccountAliasesResult |