Class ProvisionedResource
- java.lang.Object
-
- software.amazon.awssdk.services.proton.model.ProvisionedResource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProvisionedResource.Builder,ProvisionedResource>
@Generated("software.amazon.awssdk:codegen") public final class ProvisionedResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProvisionedResource.Builder,ProvisionedResource>
Detail data for a provisioned resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProvisionedResource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProvisionedResource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringidentifier()The provisioned resource identifier.Stringname()The provisioned resource name.ProvisionedResourceEngineprovisioningEngine()The resource provisioning engine.StringprovisioningEngineAsString()The resource provisioning engine.List<SdkField<?>>sdkFields()static Class<? extends ProvisionedResource.Builder>serializableBuilderClass()ProvisionedResource.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
-
identifier
public final String identifier()
The provisioned resource identifier.
- Returns:
- The provisioned resource identifier.
-
name
public final String name()
The provisioned resource name.
- Returns:
- The provisioned resource name.
-
provisioningEngine
public final ProvisionedResourceEngine provisioningEngine()
The resource provisioning engine. At this time,
CLOUDFORMATIONcan be used for Amazon Web Services-managed provisioning, andTERRAFORMcan be used for self-managed provisioning.For more information, see Self-managed provisioning in the Proton User Guide.
If the service returns an enum value that is not available in the current SDK version,
provisioningEnginewill returnProvisionedResourceEngine.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprovisioningEngineAsString().- Returns:
- The resource provisioning engine. At this time,
CLOUDFORMATIONcan be used for Amazon Web Services-managed provisioning, andTERRAFORMcan be used for self-managed provisioning.For more information, see Self-managed provisioning in the Proton User Guide.
- See Also:
ProvisionedResourceEngine
-
provisioningEngineAsString
public final String provisioningEngineAsString()
The resource provisioning engine. At this time,
CLOUDFORMATIONcan be used for Amazon Web Services-managed provisioning, andTERRAFORMcan be used for self-managed provisioning.For more information, see Self-managed provisioning in the Proton User Guide.
If the service returns an enum value that is not available in the current SDK version,
provisioningEnginewill returnProvisionedResourceEngine.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprovisioningEngineAsString().- Returns:
- The resource provisioning engine. At this time,
CLOUDFORMATIONcan be used for Amazon Web Services-managed provisioning, andTERRAFORMcan be used for self-managed provisioning.For more information, see Self-managed provisioning in the Proton User Guide.
- See Also:
ProvisionedResourceEngine
-
toBuilder
public ProvisionedResource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProvisionedResource.Builder,ProvisionedResource>
-
builder
public static ProvisionedResource.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProvisionedResource.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.
-
-