Class ControlOperationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.controltower.model.ControlOperationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ControlOperationSummary.Builder,ControlOperationSummary>
@Generated("software.amazon.awssdk:codegen") public final class ControlOperationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ControlOperationSummary.Builder,ControlOperationSummary>
A summary of information about the specified control operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceControlOperationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ControlOperationSummary.Builderbuilder()StringcontrolIdentifier()ThecontrolIdentifierof a control.StringenabledControlIdentifier()ThecontrolIdentifierof an enabled control.InstantendTime()The time at which the control operation was completed.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringoperationIdentifier()The unique identifier of a control operation.ControlOperationTypeoperationType()The type of operation.StringoperationTypeAsString()The type of operation.List<SdkField<?>>sdkFields()static Class<? extends ControlOperationSummary.Builder>serializableBuilderClass()InstantstartTime()The time at which a control operation began.ControlOperationStatusstatus()The status of the specified control operation.StringstatusAsString()The status of the specified control operation.StringstatusMessage()A speficic message displayed as part of the control status.StringtargetIdentifier()The unique identifier of the target of a control operation.ControlOperationSummary.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
-
controlIdentifier
public final String controlIdentifier()
The
controlIdentifierof a control.- Returns:
- The
controlIdentifierof a control.
-
enabledControlIdentifier
public final String enabledControlIdentifier()
The
controlIdentifierof an enabled control.- Returns:
- The
controlIdentifierof an enabled control.
-
endTime
public final Instant endTime()
The time at which the control operation was completed.
- Returns:
- The time at which the control operation was completed.
-
operationIdentifier
public final String operationIdentifier()
The unique identifier of a control operation.
- Returns:
- The unique identifier of a control operation.
-
operationType
public final ControlOperationType operationType()
The type of operation.
If the service returns an enum value that is not available in the current SDK version,
operationTypewill returnControlOperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperationTypeAsString().- Returns:
- The type of operation.
- See Also:
ControlOperationType
-
operationTypeAsString
public final String operationTypeAsString()
The type of operation.
If the service returns an enum value that is not available in the current SDK version,
operationTypewill returnControlOperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperationTypeAsString().- Returns:
- The type of operation.
- See Also:
ControlOperationType
-
startTime
public final Instant startTime()
The time at which a control operation began.
- Returns:
- The time at which a control operation began.
-
status
public final ControlOperationStatus status()
The status of the specified control operation.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnControlOperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the specified control operation.
- See Also:
ControlOperationStatus
-
statusAsString
public final String statusAsString()
The status of the specified control operation.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnControlOperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the specified control operation.
- See Also:
ControlOperationStatus
-
statusMessage
public final String statusMessage()
A speficic message displayed as part of the control status.
- Returns:
- A speficic message displayed as part of the control status.
-
targetIdentifier
public final String targetIdentifier()
The unique identifier of the target of a control operation.
- Returns:
- The unique identifier of the target of a control operation.
-
toBuilder
public ControlOperationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ControlOperationSummary.Builder,ControlOperationSummary>
-
builder
public static ControlOperationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ControlOperationSummary.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.
-
-