Class CloseCaseResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.securityir.model.SecurityIrResponse
-
- software.amazon.awssdk.services.securityir.model.CloseCaseResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CloseCaseResponse.Builder,CloseCaseResponse>
@Generated("software.amazon.awssdk:codegen") public final class CloseCaseResponse extends SecurityIrResponse implements ToCopyableBuilder<CloseCaseResponse.Builder,CloseCaseResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCloseCaseResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CloseCaseResponse.Builderbuilder()CaseStatuscaseStatus()A response element providing responses for requests to CloseCase.StringcaseStatusAsString()A response element providing responses for requests to CloseCase.InstantclosedDate()A response element providing responses for requests to CloseCase.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CloseCaseResponse.Builder>serializableBuilderClass()CloseCaseResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.securityir.model.SecurityIrResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
caseStatus
public final CaseStatus caseStatus()
A response element providing responses for requests to CloseCase. This element responds with the case status following the action.
If the service returns an enum value that is not available in the current SDK version,
caseStatuswill returnCaseStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcaseStatusAsString().- Returns:
- A response element providing responses for requests to CloseCase. This element responds with the case status following the action.
- See Also:
CaseStatus
-
caseStatusAsString
public final String caseStatusAsString()
A response element providing responses for requests to CloseCase. This element responds with the case status following the action.
If the service returns an enum value that is not available in the current SDK version,
caseStatuswill returnCaseStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcaseStatusAsString().- Returns:
- A response element providing responses for requests to CloseCase. This element responds with the case status following the action.
- See Also:
CaseStatus
-
closedDate
public final Instant closedDate()
A response element providing responses for requests to CloseCase. This element responds with the case closure date following the action.
- Returns:
- A response element providing responses for requests to CloseCase. This element responds with the case closure date following the action.
-
toBuilder
public CloseCaseResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CloseCaseResponse.Builder,CloseCaseResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CloseCaseResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CloseCaseResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-