Class ChangeLog
- java.lang.Object
-
- software.amazon.awssdk.services.auditmanager.model.ChangeLog
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChangeLog.Builder,ChangeLog>
@Generated("software.amazon.awssdk:codegen") public final class ChangeLog extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChangeLog.Builder,ChangeLog>
The record of a change within Audit Manager. For example, this could be the status change of an assessment or the delegation of a control set.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChangeLog.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionEnumaction()The action that was performed.StringactionAsString()The action that was performed.static ChangeLog.Builderbuilder()InstantcreatedAt()The time when the action was performed and the changelog record was created.StringcreatedBy()The user or role that performed the action.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringobjectName()The name of the object that changed.ObjectTypeEnumobjectType()The object that was changed, such as an assessment, control, or control set.StringobjectTypeAsString()The object that was changed, such as an assessment, control, or control set.List<SdkField<?>>sdkFields()static Class<? extends ChangeLog.Builder>serializableBuilderClass()ChangeLog.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
-
objectType
public final ObjectTypeEnum objectType()
The object that was changed, such as an assessment, control, or control set.
If the service returns an enum value that is not available in the current SDK version,
objectTypewill returnObjectTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromobjectTypeAsString().- Returns:
- The object that was changed, such as an assessment, control, or control set.
- See Also:
ObjectTypeEnum
-
objectTypeAsString
public final String objectTypeAsString()
The object that was changed, such as an assessment, control, or control set.
If the service returns an enum value that is not available in the current SDK version,
objectTypewill returnObjectTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromobjectTypeAsString().- Returns:
- The object that was changed, such as an assessment, control, or control set.
- See Also:
ObjectTypeEnum
-
objectName
public final String objectName()
The name of the object that changed. This could be the name of an assessment, control, or control set.
- Returns:
- The name of the object that changed. This could be the name of an assessment, control, or control set.
-
action
public final ActionEnum action()
The action that was performed.
If the service returns an enum value that is not available in the current SDK version,
actionwill returnActionEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionAsString().- Returns:
- The action that was performed.
- See Also:
ActionEnum
-
actionAsString
public final String actionAsString()
The action that was performed.
If the service returns an enum value that is not available in the current SDK version,
actionwill returnActionEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionAsString().- Returns:
- The action that was performed.
- See Also:
ActionEnum
-
createdAt
public final Instant createdAt()
The time when the action was performed and the changelog record was created.
- Returns:
- The time when the action was performed and the changelog record was created.
-
createdBy
public final String createdBy()
The user or role that performed the action.
- Returns:
- The user or role that performed the action.
-
toBuilder
public ChangeLog.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChangeLog.Builder,ChangeLog>
-
builder
public static ChangeLog.Builder builder()
-
serializableBuilderClass
public static Class<? extends ChangeLog.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.
-
-