Class CreateGatewayResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse
-
- software.amazon.awssdk.services.iotsitewise.model.CreateGatewayResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateGatewayResponse.Builder,CreateGatewayResponse>
@Generated("software.amazon.awssdk:codegen") public final class CreateGatewayResponse extends IoTSiteWiseResponse implements ToCopyableBuilder<CreateGatewayResponse.Builder,CreateGatewayResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateGatewayResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateGatewayResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringgatewayArn()The ARN of the gateway, which has the following format.StringgatewayId()The ID of the gateway device.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CreateGatewayResponse.Builder>serializableBuilderClass()CreateGatewayResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
gatewayId
public final String gatewayId()
The ID of the gateway device. You can use this ID when you call other IoT SiteWise API operations.
- Returns:
- The ID of the gateway device. You can use this ID when you call other IoT SiteWise API operations.
-
gatewayArn
public final String gatewayArn()
The ARN of the gateway, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}- Returns:
- The ARN of the
gateway, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
-
toBuilder
public CreateGatewayResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateGatewayResponse.Builder,CreateGatewayResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CreateGatewayResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateGatewayResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-