@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GatewayInfo extends Object implements Serializable, Cloneable, StructuredPojo
Describes a gateway object.
Constructor and Description |
---|
GatewayInfo() |
Modifier and Type | Method and Description |
---|---|
GatewayInfo |
clone() |
boolean |
equals(Object obj) |
String |
getDeprecationDate()
Date after which this gateway will not receive software updates for new features and bug fixes.
|
String |
getEc2InstanceId()
The ID of the Amazon EC2 instance that was used to launch the gateway.
|
String |
getEc2InstanceRegion()
The Amazon Web Services Region where the Amazon EC2 instance is located.
|
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
String |
getGatewayId()
The unique identifier assigned to your gateway during activation.
|
String |
getGatewayName()
The name of the gateway.
|
String |
getGatewayOperationalState()
The state of the gateway.
|
String |
getGatewayType()
The type of the gateway.
|
String |
getHostEnvironment()
The type of hardware or software platform on which the gateway is running.
|
String |
getHostEnvironmentId()
A unique identifier for the specific instance of the host platform running the gateway.
|
String |
getSoftwareVersion()
The version number of the software running on the gateway appliance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeprecationDate(String deprecationDate)
Date after which this gateway will not receive software updates for new features and bug fixes.
|
void |
setEc2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance that was used to launch the gateway.
|
void |
setEc2InstanceRegion(String ec2InstanceRegion)
The Amazon Web Services Region where the Amazon EC2 instance is located.
|
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
void |
setGatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation.
|
void |
setGatewayName(String gatewayName)
The name of the gateway.
|
void |
setGatewayOperationalState(String gatewayOperationalState)
The state of the gateway.
|
void |
setGatewayType(String gatewayType)
The type of the gateway.
|
void |
setHostEnvironment(String hostEnvironment)
The type of hardware or software platform on which the gateway is running.
|
void |
setHostEnvironmentId(String hostEnvironmentId)
A unique identifier for the specific instance of the host platform running the gateway.
|
void |
setSoftwareVersion(String softwareVersion)
The version number of the software running on the gateway appliance.
|
String |
toString()
Returns a string representation of this object.
|
GatewayInfo |
withDeprecationDate(String deprecationDate)
Date after which this gateway will not receive software updates for new features and bug fixes.
|
GatewayInfo |
withEc2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance that was used to launch the gateway.
|
GatewayInfo |
withEc2InstanceRegion(String ec2InstanceRegion)
The Amazon Web Services Region where the Amazon EC2 instance is located.
|
GatewayInfo |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
GatewayInfo |
withGatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation.
|
GatewayInfo |
withGatewayName(String gatewayName)
The name of the gateway.
|
GatewayInfo |
withGatewayOperationalState(String gatewayOperationalState)
The state of the gateway.
|
GatewayInfo |
withGatewayType(String gatewayType)
The type of the gateway.
|
GatewayInfo |
withHostEnvironment(HostEnvironment hostEnvironment)
The type of hardware or software platform on which the gateway is running.
|
GatewayInfo |
withHostEnvironment(String hostEnvironment)
The type of hardware or software platform on which the gateway is running.
|
GatewayInfo |
withHostEnvironmentId(String hostEnvironmentId)
A unique identifier for the specific instance of the host platform running the gateway.
|
GatewayInfo |
withSoftwareVersion(String softwareVersion)
The version number of the software running on the gateway appliance.
|
public void setGatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
gatewayId
- The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway
Amazon Resource Name (ARN), which you use as input for other operations.public String getGatewayId()
The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
public GatewayInfo withGatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
gatewayId
- The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway
Amazon Resource Name (ARN), which you use as input for other operations.public void setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of
gateways for your account and Amazon Web Services Region.public String getGatewayARN()
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
public GatewayInfo withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of
gateways for your account and Amazon Web Services Region.public void setGatewayType(String gatewayType)
The type of the gateway.
gatewayType
- The type of the gateway.public String getGatewayType()
The type of the gateway.
public GatewayInfo withGatewayType(String gatewayType)
The type of the gateway.
gatewayType
- The type of the gateway.public void setGatewayOperationalState(String gatewayOperationalState)
The state of the gateway.
Valid Values: DISABLED
| ACTIVE
gatewayOperationalState
- The state of the gateway.
Valid Values: DISABLED
| ACTIVE
public String getGatewayOperationalState()
The state of the gateway.
Valid Values: DISABLED
| ACTIVE
Valid Values: DISABLED
| ACTIVE
public GatewayInfo withGatewayOperationalState(String gatewayOperationalState)
The state of the gateway.
Valid Values: DISABLED
| ACTIVE
gatewayOperationalState
- The state of the gateway.
Valid Values: DISABLED
| ACTIVE
public void setGatewayName(String gatewayName)
The name of the gateway.
gatewayName
- The name of the gateway.public String getGatewayName()
The name of the gateway.
public GatewayInfo withGatewayName(String gatewayName)
The name of the gateway.
gatewayName
- The name of the gateway.public void setEc2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance that was used to launch the gateway.
ec2InstanceId
- The ID of the Amazon EC2 instance that was used to launch the gateway.public String getEc2InstanceId()
The ID of the Amazon EC2 instance that was used to launch the gateway.
public GatewayInfo withEc2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance that was used to launch the gateway.
ec2InstanceId
- The ID of the Amazon EC2 instance that was used to launch the gateway.public void setEc2InstanceRegion(String ec2InstanceRegion)
The Amazon Web Services Region where the Amazon EC2 instance is located.
ec2InstanceRegion
- The Amazon Web Services Region where the Amazon EC2 instance is located.public String getEc2InstanceRegion()
The Amazon Web Services Region where the Amazon EC2 instance is located.
public GatewayInfo withEc2InstanceRegion(String ec2InstanceRegion)
The Amazon Web Services Region where the Amazon EC2 instance is located.
ec2InstanceRegion
- The Amazon Web Services Region where the Amazon EC2 instance is located.public void setHostEnvironment(String hostEnvironment)
The type of hardware or software platform on which the gateway is running.
Tape Gateway is no longer available on Snow Family devices.
hostEnvironment
- The type of hardware or software platform on which the gateway is running. Tape Gateway is no longer available on Snow Family devices.
HostEnvironment
public String getHostEnvironment()
The type of hardware or software platform on which the gateway is running.
Tape Gateway is no longer available on Snow Family devices.
Tape Gateway is no longer available on Snow Family devices.
HostEnvironment
public GatewayInfo withHostEnvironment(String hostEnvironment)
The type of hardware or software platform on which the gateway is running.
Tape Gateway is no longer available on Snow Family devices.
hostEnvironment
- The type of hardware or software platform on which the gateway is running. Tape Gateway is no longer available on Snow Family devices.
HostEnvironment
public GatewayInfo withHostEnvironment(HostEnvironment hostEnvironment)
The type of hardware or software platform on which the gateway is running.
Tape Gateway is no longer available on Snow Family devices.
hostEnvironment
- The type of hardware or software platform on which the gateway is running. Tape Gateway is no longer available on Snow Family devices.
HostEnvironment
public void setHostEnvironmentId(String hostEnvironmentId)
A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type.
hostEnvironmentId
- A unique identifier for the specific instance of the host platform running the gateway. This value is only
available for certain host environments, and its format depends on the host environment type.public String getHostEnvironmentId()
A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type.
public GatewayInfo withHostEnvironmentId(String hostEnvironmentId)
A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type.
hostEnvironmentId
- A unique identifier for the specific instance of the host platform running the gateway. This value is only
available for certain host environments, and its format depends on the host environment type.public void setDeprecationDate(String deprecationDate)
Date after which this gateway will not receive software updates for new features and bug fixes.
deprecationDate
- Date after which this gateway will not receive software updates for new features and bug fixes.public String getDeprecationDate()
Date after which this gateway will not receive software updates for new features and bug fixes.
public GatewayInfo withDeprecationDate(String deprecationDate)
Date after which this gateway will not receive software updates for new features and bug fixes.
deprecationDate
- Date after which this gateway will not receive software updates for new features and bug fixes.public void setSoftwareVersion(String softwareVersion)
The version number of the software running on the gateway appliance.
softwareVersion
- The version number of the software running on the gateway appliance.public String getSoftwareVersion()
The version number of the software running on the gateway appliance.
public GatewayInfo withSoftwareVersion(String softwareVersion)
The version number of the software running on the gateway appliance.
softwareVersion
- The version number of the software running on the gateway appliance.public String toString()
toString
in class Object
Object.toString()
public GatewayInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.