@Generated(value="software.amazon.awssdk:codegen") public final class DescribeResourceCollectionHealthResponse extends DevOpsGuruResponse implements ToCopyableBuilder<DescribeResourceCollectionHealthResponse.Builder,DescribeResourceCollectionHealthResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeResourceCollectionHealthResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeResourceCollectionHealthResponse.Builder |
builder() |
List<CloudFormationHealth> |
cloudFormation()
The returned
CloudFormationHealthOverview object that contains an InsightHealthOverview
object with the requested system health information. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCloudFormation()
Returns true if the CloudFormation property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasService()
Returns true if the Service property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
nextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeResourceCollectionHealthResponse.Builder> |
serializableBuilderClass() |
List<ServiceHealth> |
service()
An array of
ServiceHealth objects that describes the health of the AWS services associated with the
resources in the collection. |
DescribeResourceCollectionHealthResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasCloudFormation()
public final List<CloudFormationHealth> cloudFormation()
The returned CloudFormationHealthOverview object that contains an InsightHealthOverview
object with the requested system health information.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCloudFormation() to see if a value was sent in this field.
CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information.public final boolean hasService()
public final List<ServiceHealth> service()
An array of ServiceHealth objects that describes the health of the AWS services associated with the
resources in the collection.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasService() to see if a value was sent in this field.
ServiceHealth objects that describes the health of the AWS services associated
with the resources in the collection.public final String nextToken()
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public DescribeResourceCollectionHealthResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeResourceCollectionHealthResponse.Builder,DescribeResourceCollectionHealthResponse>toBuilder in class AwsResponsepublic static DescribeResourceCollectionHealthResponse.Builder builder()
public static Class<? extends DescribeResourceCollectionHealthResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2021. All rights reserved.