@Generated(value="software.amazon.awssdk:codegen") public final class ListHealthChecksRequest extends Route53Request implements ToCopyableBuilder<ListHealthChecksRequest.Builder,ListHealthChecksRequest>
A request to retrieve a list of the health checks that are associated with the current Amazon Web Services account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListHealthChecksRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListHealthChecksRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
marker()
If the value of
IsTruncated in the previous response was true, you have more health
checks. |
String |
maxItems()
The maximum number of health checks that you want
ListHealthChecks to return in response to the
current request. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListHealthChecksRequest.Builder> |
serializableBuilderClass() |
ListHealthChecksRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String marker()
If the value of IsTruncated in the previous response was true, you have more health
checks. To get another group, submit another ListHealthChecks request.
For the value of marker, specify the value of NextMarker from the previous response,
which is the ID of the first health check that Amazon Route 53 will return if you submit another request.
If the value of IsTruncated in the previous response was false, there are no more
health checks to get.
IsTruncated in the previous response was true, you have more
health checks. To get another group, submit another ListHealthChecks request.
For the value of marker, specify the value of NextMarker from the previous
response, which is the ID of the first health check that Amazon Route 53 will return if you submit
another request.
If the value of IsTruncated in the previous response was false, there are no
more health checks to get.
public final String maxItems()
The maximum number of health checks that you want ListHealthChecks to return in response to the
current request. Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value
greater than 100, Route 53 returns only the first 100 health checks.
ListHealthChecks to return in response to
the current request. Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to
a value greater than 100, Route 53 returns only the first 100 health checks.public ListHealthChecksRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListHealthChecksRequest.Builder,ListHealthChecksRequest>toBuilder in class Route53Requestpublic static ListHealthChecksRequest.Builder builder()
public static Class<? extends ListHealthChecksRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.