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