@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateGatewayResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayResult |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayArn()
The ARN of the gateway,
which has the following format.
|
String |
getGatewayId()
The ID of the gateway device.
|
int |
hashCode() |
void |
setGatewayArn(String gatewayArn)
The ARN of the gateway,
which has the following format.
|
void |
setGatewayId(String gatewayId)
The ID of the gateway device.
|
String |
toString()
Returns a string representation of this object.
|
CreateGatewayResult |
withGatewayArn(String gatewayArn)
The ARN of the gateway,
which has the following format.
|
CreateGatewayResult |
withGatewayId(String gatewayId)
The ID of the gateway device.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGatewayId(String gatewayId)
The ID of the gateway device. You can use this ID when you call other IoT SiteWise API operations.
gatewayId - The ID of the gateway device. You can use this ID when you call other IoT SiteWise API operations.public String getGatewayId()
The ID of the gateway device. You can use this ID when you call other IoT SiteWise API operations.
public CreateGatewayResult withGatewayId(String gatewayId)
The ID of the gateway device. You can use this ID when you call other IoT SiteWise API operations.
gatewayId - The ID of the gateway device. You can use this ID when you call other IoT SiteWise API operations.public void setGatewayArn(String gatewayArn)
The ARN of the gateway, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
gatewayArn - The ARN of the
gateway, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
public String getGatewayArn()
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 CreateGatewayResult withGatewayArn(String gatewayArn)
The ARN of the gateway, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
gatewayArn - The ARN of the
gateway, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
public String toString()
toString in class ObjectObject.toString()public CreateGatewayResult clone()