ToCopyableBuilder<CreateCustomActionTypeResponse.Builder,CreateCustomActionTypeResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateCustomActionTypeResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateCustomActionTypeResponse.Builder,CreateCustomActionTypeResponse>
Represents the output of a create custom action operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateCustomActionTypeResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
ActionType |
actionType() |
Returns information about the details of an action type.
|
static CreateCustomActionTypeResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateCustomActionTypeResponse.Builder> |
serializableBuilderClass() |
|
CreateCustomActionTypeResponse.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 ActionType actionType()
Returns information about the details of an action type.
public CreateCustomActionTypeResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateCustomActionTypeResponse.Builder,CreateCustomActionTypeResponse>
public static CreateCustomActionTypeResponse.Builder builder()
public static Class<? extends CreateCustomActionTypeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.