Class UpdateResolverTypeResponse
- 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.UpdateResolverTypeResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateResolverTypeResponse.Builder,UpdateResolverTypeResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateResolverTypeResponse extends SecurityIrResponse implements ToCopyableBuilder<UpdateResolverTypeResponse.Builder,UpdateResolverTypeResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateResolverTypeResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateResolverTypeResponse.Builderbuilder()StringcaseId()Response element for UpdateResolver identifying the case ID being updated.CaseStatuscaseStatus()Response element for UpdateResolver identifying the current status of the case.StringcaseStatusAsString()Response element for UpdateResolver identifying the current status of the case.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ResolverTyperesolverType()Response element for UpdateResolver identifying the current resolver of the case.StringresolverTypeAsString()Response element for UpdateResolver identifying the current resolver of the case.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateResolverTypeResponse.Builder>serializableBuilderClass()UpdateResolverTypeResponse.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
-
caseId
public final String caseId()
Response element for UpdateResolver identifying the case ID being updated.
- Returns:
- Response element for UpdateResolver identifying the case ID being updated.
-
caseStatus
public final CaseStatus caseStatus()
Response element for UpdateResolver identifying the current status of the case.
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:
- Response element for UpdateResolver identifying the current status of the case.
- See Also:
CaseStatus
-
caseStatusAsString
public final String caseStatusAsString()
Response element for UpdateResolver identifying the current status of the case.
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:
- Response element for UpdateResolver identifying the current status of the case.
- See Also:
CaseStatus
-
resolverType
public final ResolverType resolverType()
Response element for UpdateResolver identifying the current resolver of the case.
If the service returns an enum value that is not available in the current SDK version,
resolverTypewill returnResolverType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresolverTypeAsString().- Returns:
- Response element for UpdateResolver identifying the current resolver of the case.
- See Also:
ResolverType
-
resolverTypeAsString
public final String resolverTypeAsString()
Response element for UpdateResolver identifying the current resolver of the case.
If the service returns an enum value that is not available in the current SDK version,
resolverTypewill returnResolverType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresolverTypeAsString().- Returns:
- Response element for UpdateResolver identifying the current resolver of the case.
- See Also:
ResolverType
-
toBuilder
public UpdateResolverTypeResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateResolverTypeResponse.Builder,UpdateResolverTypeResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateResolverTypeResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateResolverTypeResponse.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
-
-