ToCopyableBuilder<ActivateGatewayResponse.Builder,ActivateGatewayResponse>
@Generated("software.amazon.awssdk:codegen") public class ActivateGatewayResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ActivateGatewayResponse.Builder,ActivateGatewayResponse>
AWS Storage Gateway returns the Amazon Resource Name (ARN) of the activated gateway. It is a string made of information such as your account, gateway name, and region. This ARN is used to reference the gateway in other API operations as well as resource-based authorization.
For gateways activated prior to September 02, 2015 the gateway ARN contains the gateway name rather than the gateway id. Changing the name of the gateway has no effect on the gateway ARN.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ActivateGatewayResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ActivateGatewayResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
gatewayARN() |
|
int |
hashCode() |
|
static Class<? extends ActivateGatewayResponse.Builder> |
serializableBuilderClass() |
|
ActivateGatewayResponse.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 gatewayARN()
public ActivateGatewayResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ActivateGatewayResponse.Builder,ActivateGatewayResponse>
public static ActivateGatewayResponse.Builder builder()
public static Class<? extends ActivateGatewayResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.