ToCopyableBuilder<CreateThingTypeResponse.Builder,CreateThingTypeResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateThingTypeResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateThingTypeResponse.Builder,CreateThingTypeResponse>
The output of the CreateThingType operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateThingTypeResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateThingTypeResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateThingTypeResponse.Builder> |
serializableBuilderClass() |
|
String |
thingTypeArn() |
The Amazon Resource Name (ARN) of the thing type.
|
String |
thingTypeName() |
The name of the thing type.
|
CreateThingTypeResponse.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 thingTypeName()
The name of the thing type.
public String thingTypeArn()
The Amazon Resource Name (ARN) of the thing type.
public CreateThingTypeResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateThingTypeResponse.Builder,CreateThingTypeResponse>
public static CreateThingTypeResponse.Builder builder()
public static Class<? extends CreateThingTypeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.