Class ListCommentsItem
- java.lang.Object
-
- software.amazon.awssdk.services.securityir.model.ListCommentsItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListCommentsItem.Builder,ListCommentsItem>
@Generated("software.amazon.awssdk:codegen") public final class ListCommentsItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListCommentsItem.Builder,ListCommentsItem>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListCommentsItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbody()static ListCommentsItem.Builderbuilder()StringcommentId()InstantcreatedDate()Stringcreator()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastUpdatedBy()InstantlastUpdatedDate()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListCommentsItem.Builder>serializableBuilderClass()ListCommentsItem.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
-
commentId
public final String commentId()
- Returns:
-
createdDate
public final Instant createdDate()
- Returns:
-
lastUpdatedDate
public final Instant lastUpdatedDate()
- Returns:
-
creator
public final String creator()
- Returns:
-
lastUpdatedBy
public final String lastUpdatedBy()
- Returns:
-
body
public final String body()
- Returns:
-
toBuilder
public ListCommentsItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListCommentsItem.Builder,ListCommentsItem>
-
builder
public static ListCommentsItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListCommentsItem.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-