Class ResourceStateUpdateIncludeResources
- java.lang.Object
-
- software.amazon.awssdk.services.imagebuilder.model.ResourceStateUpdateIncludeResources
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourceStateUpdateIncludeResources.Builder,ResourceStateUpdateIncludeResources>
@Generated("software.amazon.awssdk:codegen") public final class ResourceStateUpdateIncludeResources extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceStateUpdateIncludeResources.Builder,ResourceStateUpdateIncludeResources>
Specifies if the lifecycle policy should apply actions to selected resources.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResourceStateUpdateIncludeResources.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanamis()Specifies whether the lifecycle action should apply to distributed AMIsstatic ResourceStateUpdateIncludeResources.Builderbuilder()Booleancontainers()Specifies whether the lifecycle action should apply to distributed containers.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ResourceStateUpdateIncludeResources.Builder>serializableBuilderClass()Booleansnapshots()Specifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.ResourceStateUpdateIncludeResources.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
-
amis
public final Boolean amis()
Specifies whether the lifecycle action should apply to distributed AMIs
- Returns:
- Specifies whether the lifecycle action should apply to distributed AMIs
-
snapshots
public final Boolean snapshots()
Specifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.
- Returns:
- Specifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.
-
containers
public final Boolean containers()
Specifies whether the lifecycle action should apply to distributed containers.
- Returns:
- Specifies whether the lifecycle action should apply to distributed containers.
-
toBuilder
public ResourceStateUpdateIncludeResources.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourceStateUpdateIncludeResources.Builder,ResourceStateUpdateIncludeResources>
-
builder
public static ResourceStateUpdateIncludeResources.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResourceStateUpdateIncludeResources.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.
-
-