@Generated(value="software.amazon.awssdk:codegen") public final class CreateGatewayResponse extends IoTSiteWiseResponse implements ToCopyableBuilder<CreateGatewayResponse.Builder,CreateGatewayResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateGatewayResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateGatewayResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayArn()
The ARN of the gateway,
which has the following format.
|
String |
gatewayId()
The ID of the gateway device.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateGatewayResponse.Builder> |
serializableBuilderClass() |
CreateGatewayResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gatewayId()
The ID of the gateway device. You can use this ID when you call other IoT SiteWise APIs.
public final String gatewayArn()
The ARN of the gateway, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
public CreateGatewayResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateGatewayResponse.Builder,CreateGatewayResponse>toBuilder in class AwsResponsepublic static CreateGatewayResponse.Builder builder()
public static Class<? extends CreateGatewayResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.