ToCopyableBuilder<CreateGroupResponse.Builder,CreateGroupResponse>@Generated("software.amazon.awssdk:codegen") public class CreateGroupResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateGroupResponse.Builder,CreateGroupResponse>
| Modifier and Type | Class | Description | 
|---|---|---|
| static interface  | CreateGroupResponse.Builder | 
| Modifier and Type | Method | Description | 
|---|---|---|
| String | arn() | Arn of the definition. | 
| static CreateGroupResponse.Builder | builder() | |
| String | creationTimestamp() | Timestamp of when the definition was created. | 
| boolean | equals(Object obj) | |
| int | hashCode() | |
| String | id() | Id of the definition. | 
| String | lastUpdatedTimestamp() | Last updated timestamp of the definition. | 
| String | latestVersion() | Last version of the definition. | 
| String | latestVersionArn() | Latest version arn of the definition. | 
| String | name() | Name of the definition. | 
| static Class<? extends CreateGroupResponse.Builder> | serializableBuilderClass() | |
| CreateGroupResponse.Builder | toBuilder() | Take this object and create a builder that contains all of the current property values of this object. | 
| String | toString() | 
setSdkHttpMetadata, setSdkResponseMetadatapublic String arn()
public String creationTimestamp()
public String id()
public String lastUpdatedTimestamp()
public String latestVersion()
public String latestVersionArn()
public String name()
public CreateGroupResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateGroupResponse.Builder,CreateGroupResponse>public static CreateGroupResponse.Builder builder()
public static Class<? extends CreateGroupResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.