@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstanceConnectEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeInstanceConnectEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeInstanceConnectEndpointsResult |
clone() |
boolean |
equals(Object obj) |
List<Ec2InstanceConnectEndpoint> |
getInstanceConnectEndpoints()
Information about the EC2 Instance Connect Endpoints.
|
String |
getNextToken()
The token to include in another request to get the next page of items.
|
int |
hashCode() |
void |
setInstanceConnectEndpoints(Collection<Ec2InstanceConnectEndpoint> instanceConnectEndpoints)
Information about the EC2 Instance Connect Endpoints.
|
void |
setNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInstanceConnectEndpointsResult |
withInstanceConnectEndpoints(Collection<Ec2InstanceConnectEndpoint> instanceConnectEndpoints)
Information about the EC2 Instance Connect Endpoints.
|
DescribeInstanceConnectEndpointsResult |
withInstanceConnectEndpoints(Ec2InstanceConnectEndpoint... instanceConnectEndpoints)
Information about the EC2 Instance Connect Endpoints.
|
DescribeInstanceConnectEndpointsResult |
withNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeInstanceConnectEndpointsResult()
public List<Ec2InstanceConnectEndpoint> getInstanceConnectEndpoints()
Information about the EC2 Instance Connect Endpoints.
public void setInstanceConnectEndpoints(Collection<Ec2InstanceConnectEndpoint> instanceConnectEndpoints)
Information about the EC2 Instance Connect Endpoints.
instanceConnectEndpoints
- Information about the EC2 Instance Connect Endpoints.public DescribeInstanceConnectEndpointsResult withInstanceConnectEndpoints(Ec2InstanceConnectEndpoint... instanceConnectEndpoints)
Information about the EC2 Instance Connect Endpoints.
NOTE: This method appends the values to the existing list (if any). Use
setInstanceConnectEndpoints(java.util.Collection)
or
withInstanceConnectEndpoints(java.util.Collection)
if you want to override the existing values.
instanceConnectEndpoints
- Information about the EC2 Instance Connect Endpoints.public DescribeInstanceConnectEndpointsResult withInstanceConnectEndpoints(Collection<Ec2InstanceConnectEndpoint> instanceConnectEndpoints)
Information about the EC2 Instance Connect Endpoints.
instanceConnectEndpoints
- Information about the EC2 Instance Connect Endpoints.public void setNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String getNextToken()
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
null
when there are no more items to return.public DescribeInstanceConnectEndpointsResult withNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String toString()
toString
in class Object
Object.toString()
public DescribeInstanceConnectEndpointsResult clone()