Describes the components of a Describe Instance Status request.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeInstanceStatusRequest
Public Class DescribeInstanceStatusRequest
public ref class DescribeInstanceStatusRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeInstanceStatusRequest()()()() | Initializes a new instance of the DescribeInstanceStatusRequest class | |
| Equals(Object) | (Inherited from Object.) | |
| Filter |
Gets and sets the Filter property.
A list of filters used to match system-defined properties and user-defined tags associated with
the specified Instances.
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.) | |
| InstanceId |
Gets and sets the list of instance IDs. If not specified, all instances are described.
| |
| IsSetFilter()()()() |
Checks if Filter property is set
| |
| IsSetInstanceId()()()() |
Checks if InstanceId property is set
| |
| IsSetMaxResults()()()() |
Checks if the MaxResults property is set.
| |
| IsSetNextToken()()()() |
Checks if the NextToken property is set.
| |
| MaxResults |
Gets and sets the maximum number of paginated instance items per response.
| |
| NextToken |
Gets and sets a string specifying the next paginated set of results to return.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithFilter(array<Filter>[]()[][]) |
Sets the Filter property
| |
| WithInstanceId(array<String>[]()[][]) |
Sets the list of instance IDs.
| |
| WithMaxResults(Int32) |
Sets the maximum number of paginated instance items per response.
| |
| WithNextToken(String) |
Sets the token specifying the next paginated set of results to return.
|