@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssociatedRoute53HealthChecksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAssociatedRoute53HealthChecksResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedRoute53HealthChecksResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getHealthCheckIds()
Identifiers for the health checks.
|
String |
getNextToken()
The token that identifies which batch of results you want to see.
|
int |
hashCode() |
void |
setHealthCheckIds(Collection<String> healthCheckIds)
Identifiers for the health checks.
|
void |
setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
String |
toString()
Returns a string representation of this object.
|
ListAssociatedRoute53HealthChecksResult |
withHealthCheckIds(Collection<String> healthCheckIds)
Identifiers for the health checks.
|
ListAssociatedRoute53HealthChecksResult |
withHealthCheckIds(String... healthCheckIds)
Identifiers for the health checks.
|
ListAssociatedRoute53HealthChecksResult |
withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListAssociatedRoute53HealthChecksResult()
public List<String> getHealthCheckIds()
Identifiers for the health checks.
public void setHealthCheckIds(Collection<String> healthCheckIds)
Identifiers for the health checks.
healthCheckIds - Identifiers for the health checks.public ListAssociatedRoute53HealthChecksResult withHealthCheckIds(String... healthCheckIds)
Identifiers for the health checks.
NOTE: This method appends the values to the existing list (if any). Use
setHealthCheckIds(java.util.Collection) or withHealthCheckIds(java.util.Collection) if you want
to override the existing values.
healthCheckIds - Identifiers for the health checks.public ListAssociatedRoute53HealthChecksResult withHealthCheckIds(Collection<String> healthCheckIds)
Identifiers for the health checks.
healthCheckIds - Identifiers for the health checks.public void setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.public String getNextToken()
The token that identifies which batch of results you want to see.
public ListAssociatedRoute53HealthChecksResult withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.public String toString()
toString in class ObjectObject.toString()public ListAssociatedRoute53HealthChecksResult clone()
Copyright © 2021. All rights reserved.