Class BaselineOperation
- java.lang.Object
-
- software.amazon.awssdk.services.controltower.model.BaselineOperation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BaselineOperation.Builder,BaselineOperation>
@Generated("software.amazon.awssdk:codegen") public final class BaselineOperation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BaselineOperation.Builder,BaselineOperation>
An object of shape
BaselineOperation, returning details about the specifiedBaselineoperation ID.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBaselineOperation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BaselineOperation.Builderbuilder()InstantendTime()The end time of the operation (if applicable), in ISO 8601 format.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringoperationIdentifier()The identifier of the specified operation.BaselineOperationTypeoperationType()An enumerated type (enum) with possible values ofENABLE_BASELINE,DISABLE_BASELINE,UPDATE_ENABLED_BASELINE, orRESET_ENABLED_BASELINE.StringoperationTypeAsString()An enumerated type (enum) with possible values ofENABLE_BASELINE,DISABLE_BASELINE,UPDATE_ENABLED_BASELINE, orRESET_ENABLED_BASELINE.List<SdkField<?>>sdkFields()static Class<? extends BaselineOperation.Builder>serializableBuilderClass()InstantstartTime()The start time of the operation, in ISO 8601 format.BaselineOperationStatusstatus()An enumerated type (enum) with possible values ofSUCCEEDED,FAILED, orIN_PROGRESS.StringstatusAsString()An enumerated type (enum) with possible values ofSUCCEEDED,FAILED, orIN_PROGRESS.StringstatusMessage()A status message that gives more information about the operation's status, if applicable.BaselineOperation.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
-
endTime
public final Instant endTime()
The end time of the operation (if applicable), in ISO 8601 format.
- Returns:
- The end time of the operation (if applicable), in ISO 8601 format.
-
operationIdentifier
public final String operationIdentifier()
The identifier of the specified operation.
- Returns:
- The identifier of the specified operation.
-
operationType
public final BaselineOperationType operationType()
An enumerated type (
enum) with possible values ofENABLE_BASELINE,DISABLE_BASELINE,UPDATE_ENABLED_BASELINE, orRESET_ENABLED_BASELINE.If the service returns an enum value that is not available in the current SDK version,
operationTypewill returnBaselineOperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperationTypeAsString().- Returns:
- An enumerated type (
enum) with possible values ofENABLE_BASELINE,DISABLE_BASELINE,UPDATE_ENABLED_BASELINE, orRESET_ENABLED_BASELINE. - See Also:
BaselineOperationType
-
operationTypeAsString
public final String operationTypeAsString()
An enumerated type (
enum) with possible values ofENABLE_BASELINE,DISABLE_BASELINE,UPDATE_ENABLED_BASELINE, orRESET_ENABLED_BASELINE.If the service returns an enum value that is not available in the current SDK version,
operationTypewill returnBaselineOperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperationTypeAsString().- Returns:
- An enumerated type (
enum) with possible values ofENABLE_BASELINE,DISABLE_BASELINE,UPDATE_ENABLED_BASELINE, orRESET_ENABLED_BASELINE. - See Also:
BaselineOperationType
-
startTime
public final Instant startTime()
The start time of the operation, in ISO 8601 format.
- Returns:
- The start time of the operation, in ISO 8601 format.
-
status
public final BaselineOperationStatus status()
An enumerated type (
enum) with possible values ofSUCCEEDED,FAILED, orIN_PROGRESS.If the service returns an enum value that is not available in the current SDK version,
statuswill returnBaselineOperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- An enumerated type (
enum) with possible values ofSUCCEEDED,FAILED, orIN_PROGRESS. - See Also:
BaselineOperationStatus
-
statusAsString
public final String statusAsString()
An enumerated type (
enum) with possible values ofSUCCEEDED,FAILED, orIN_PROGRESS.If the service returns an enum value that is not available in the current SDK version,
statuswill returnBaselineOperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- An enumerated type (
enum) with possible values ofSUCCEEDED,FAILED, orIN_PROGRESS. - See Also:
BaselineOperationStatus
-
statusMessage
public final String statusMessage()
A status message that gives more information about the operation's status, if applicable.
- Returns:
- A status message that gives more information about the operation's status, if applicable.
-
toBuilder
public BaselineOperation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BaselineOperation.Builder,BaselineOperation>
-
builder
public static BaselineOperation.Builder builder()
-
serializableBuilderClass
public static Class<? extends BaselineOperation.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.
-
-