ToCopyableBuilder<CreateCaseResponse.Builder,CreateCaseResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateCaseResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateCaseResponse.Builder,CreateCaseResponse>
The AWS Support case ID returned by a successful completion of the CreateCase operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateCaseResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateCaseResponse.Builder |
builder() |
|
String |
caseId() |
The AWS Support case ID requested or returned in the call.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateCaseResponse.Builder> |
serializableBuilderClass() |
|
CreateCaseResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String caseId()
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
public CreateCaseResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateCaseResponse.Builder,CreateCaseResponse>
public static CreateCaseResponse.Builder builder()
public static Class<? extends CreateCaseResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.