Class GeneratedPolicy
- java.lang.Object
-
- software.amazon.awssdk.services.accessanalyzer.model.GeneratedPolicy
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GeneratedPolicy.Builder,GeneratedPolicy>
@Generated("software.amazon.awssdk:codegen") public final class GeneratedPolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeneratedPolicy.Builder,GeneratedPolicy>
Contains the text for the generated policy.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGeneratedPolicy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeneratedPolicy.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringpolicy()The text to use as the content for the new policy.List<SdkField<?>>sdkFields()static Class<? extends GeneratedPolicy.Builder>serializableBuilderClass()GeneratedPolicy.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
-
policy
public final String policy()
The text to use as the content for the new policy. The policy is created using the CreatePolicy action.
- Returns:
- The text to use as the content for the new policy. The policy is created using the CreatePolicy action.
-
toBuilder
public GeneratedPolicy.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GeneratedPolicy.Builder,GeneratedPolicy>
-
builder
public static GeneratedPolicy.Builder builder()
-
serializableBuilderClass
public static Class<? extends GeneratedPolicy.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.
-
-