Lists elastic IP addresses assigned to your
            account or provides information about a
            specific address.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeAddressesRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeAddressesRequest()()()() | Initializes a new instance of the DescribeAddressesRequest class | 
|  | AllocationId | 
            One or more allocation IDs corresponding to the address 
            or addresses to describe. Applies only to VPC addresses.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filter | 
            A list of filters used to match system-defined properties and user-defined tags associated with 
            the specified DescribeAddresses.
            For a complete reference to the available filter keys for this operation, see the
            Amazon EC2 API reference.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetAllocationId()()()() | 
            Checks if AllocationId property is set
             | 
|  | IsSetFilter()()()() | 
            Checks if Filter property is set
             | 
|  | IsSetPublicIp()()()() | 
            Checks if PublicIp property is set
             | 
|  | PublicIp | 
            Elastic IP address to describe.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAllocationId(array<String>[]()[][]) | Obsolete. 
            Sets allocation IDs corresponding to the address 
            or addresses to describe. Applies only to VPC addresses.
             | 
|  | WithFilter(array<Filter>[]()[][]) | Obsolete. 
            Sets the list of filters used to match system-defined properties and user-defined tags associated with 
            the specified DescribeAddresses.
             | 
|  | WithPublicIp(array<String>[]()[][]) | Obsolete. 
            Sets the elastic IP address to describe.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeAddressesRequest | |