@Generated(value="software.amazon.awssdk:codegen") public final class ListRulesOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListRulesOutput.Builder,ListRulesOutput>
Readiness rule information, including the resource type, rule ID, and rule description.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRulesOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListRulesOutput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceType()
The resource type that the readiness rule applies to.
|
String |
ruleDescription()
The description of a readiness rule.
|
String |
ruleId()
The ID for the readiness rule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRulesOutput.Builder> |
serializableBuilderClass() |
ListRulesOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceType()
The resource type that the readiness rule applies to.
public final String ruleDescription()
The description of a readiness rule.
public final String ruleId()
The ID for the readiness rule.
public ListRulesOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRulesOutput.Builder,ListRulesOutput>public static ListRulesOutput.Builder builder()
public static Class<? extends ListRulesOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.