Class ListRulesOutput
- java.lang.Object
-
- software.amazon.awssdk.services.route53recoveryreadiness.model.ListRulesOutput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListRulesOutput.Builder,ListRulesOutput>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListRulesOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListRulesOutput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceType()The resource type that the readiness rule applies to.StringruleDescription()The description of a readiness rule.StringruleId()The ID for the readiness rule.List<SdkField<?>>sdkFields()static Class<? extends ListRulesOutput.Builder>serializableBuilderClass()ListRulesOutput.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
resourceType
public final String resourceType()
The resource type that the readiness rule applies to.
- Returns:
- The resource type that the readiness rule applies to.
-
ruleDescription
public final String ruleDescription()
The description of a readiness rule.
- Returns:
- The description of a readiness rule.
-
ruleId
public final String ruleId()
The ID for the readiness rule.
- Returns:
- The ID for the readiness rule.
-
toBuilder
public ListRulesOutput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListRulesOutput.Builder,ListRulesOutput>
-
builder
public static ListRulesOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListRulesOutput.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-