|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.storagegateway.model.DescribeGatewayInformationResult
public class DescribeGatewayInformationResult
A JSON object containing the following fields:
Constructor Summary | |
---|---|
DescribeGatewayInformationResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway. |
java.lang.String |
getGatewayId()
The gateway ID. |
java.util.List<NetworkInterface> |
getGatewayNetworkInterfaces()
A NetworkInterface array that contains descriptions of the gateway network interfaces. |
java.lang.String |
getGatewayState()
One of the GatewayState values that indicates the operating state of the gateway. |
java.lang.String |
getGatewayTimezone()
One of the GatewayTimezone values that indicates the time zone configured for the gateway. |
java.lang.String |
getGatewayType()
TBD |
java.lang.String |
getNextUpdateAvailabilityDate()
The date at which an update to the gateway is available. |
int |
hashCode()
|
void |
setGatewayARN(java.lang.String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
void |
setGatewayId(java.lang.String gatewayId)
The gateway ID. |
void |
setGatewayNetworkInterfaces(java.util.Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces. |
void |
setGatewayState(GatewayState gatewayState)
One of the GatewayState values that indicates the operating state of the gateway. |
void |
setGatewayState(java.lang.String gatewayState)
One of the GatewayState values that indicates the operating state of the gateway. |
void |
setGatewayTimezone(GatewayTimezone gatewayTimezone)
One of the GatewayTimezone values that indicates the time zone configured for the gateway. |
void |
setGatewayTimezone(java.lang.String gatewayTimezone)
One of the GatewayTimezone values that indicates the time zone configured for the gateway. |
void |
setGatewayType(GatewayType gatewayType)
TBD |
void |
setGatewayType(java.lang.String gatewayType)
TBD |
void |
setNextUpdateAvailabilityDate(java.lang.String nextUpdateAvailabilityDate)
The date at which an update to the gateway is available. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeGatewayInformationResult |
withGatewayARN(java.lang.String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
DescribeGatewayInformationResult |
withGatewayId(java.lang.String gatewayId)
The gateway ID. |
DescribeGatewayInformationResult |
withGatewayNetworkInterfaces(java.util.Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces. |
DescribeGatewayInformationResult |
withGatewayNetworkInterfaces(NetworkInterface... gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces. |
DescribeGatewayInformationResult |
withGatewayState(GatewayState gatewayState)
One of the GatewayState values that indicates the operating state of the gateway. |
DescribeGatewayInformationResult |
withGatewayState(java.lang.String gatewayState)
One of the GatewayState values that indicates the operating state of the gateway. |
DescribeGatewayInformationResult |
withGatewayTimezone(GatewayTimezone gatewayTimezone)
One of the GatewayTimezone values that indicates the time zone configured for the gateway. |
DescribeGatewayInformationResult |
withGatewayTimezone(java.lang.String gatewayTimezone)
One of the GatewayTimezone values that indicates the time zone configured for the gateway. |
DescribeGatewayInformationResult |
withGatewayType(GatewayType gatewayType)
TBD |
DescribeGatewayInformationResult |
withGatewayType(java.lang.String gatewayType)
TBD |
DescribeGatewayInformationResult |
withNextUpdateAvailabilityDate(java.lang.String nextUpdateAvailabilityDate)
The date at which an update to the gateway is available. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeGatewayInformationResult()
Method Detail |
---|
public java.lang.String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(java.lang.String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public DescribeGatewayInformationResult withGatewayARN(java.lang.String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.
public java.lang.String getGatewayId()
Constraints:
Length: 12 - 30
public void setGatewayId(java.lang.String gatewayId)
Constraints:
Length: 12 - 30
gatewayId
- The gateway ID.public DescribeGatewayInformationResult withGatewayId(java.lang.String gatewayId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 12 - 30
gatewayId
- The gateway ID.
public java.lang.String getGatewayTimezone()
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
GatewayTimezone
public void setGatewayTimezone(java.lang.String gatewayTimezone)
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
gatewayTimezone
- One of the GatewayTimezone values that indicates the time zone
configured for the gateway.GatewayTimezone
public DescribeGatewayInformationResult withGatewayTimezone(java.lang.String gatewayTimezone)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
gatewayTimezone
- One of the GatewayTimezone values that indicates the time zone
configured for the gateway.
GatewayTimezone
public void setGatewayTimezone(GatewayTimezone gatewayTimezone)
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
gatewayTimezone
- One of the GatewayTimezone values that indicates the time zone
configured for the gateway.GatewayTimezone
public DescribeGatewayInformationResult withGatewayTimezone(GatewayTimezone gatewayTimezone)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
gatewayTimezone
- One of the GatewayTimezone values that indicates the time zone
configured for the gateway.
GatewayTimezone
public java.lang.String getGatewayState()
Constraints:
Allowed Values: RUNNING, SHUTDOWN
GatewayState
public void setGatewayState(java.lang.String gatewayState)
Constraints:
Allowed Values: RUNNING, SHUTDOWN
gatewayState
- One of the GatewayState values that indicates the operating
state of the gateway.GatewayState
public DescribeGatewayInformationResult withGatewayState(java.lang.String gatewayState)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: RUNNING, SHUTDOWN
gatewayState
- One of the GatewayState values that indicates the operating
state of the gateway.
GatewayState
public void setGatewayState(GatewayState gatewayState)
Constraints:
Allowed Values: RUNNING, SHUTDOWN
gatewayState
- One of the GatewayState values that indicates the operating
state of the gateway.GatewayState
public DescribeGatewayInformationResult withGatewayState(GatewayState gatewayState)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: RUNNING, SHUTDOWN
gatewayState
- One of the GatewayState values that indicates the operating
state of the gateway.
GatewayState
public java.util.List<NetworkInterface> getGatewayNetworkInterfaces()
public void setGatewayNetworkInterfaces(java.util.Collection<NetworkInterface> gatewayNetworkInterfaces)
gatewayNetworkInterfaces
- A NetworkInterface array that contains descriptions of the
gateway network interfaces.public DescribeGatewayInformationResult withGatewayNetworkInterfaces(NetworkInterface... gatewayNetworkInterfaces)
Returns a reference to this object so that method calls can be chained together.
gatewayNetworkInterfaces
- A NetworkInterface array that contains descriptions of the
gateway network interfaces.
public DescribeGatewayInformationResult withGatewayNetworkInterfaces(java.util.Collection<NetworkInterface> gatewayNetworkInterfaces)
Returns a reference to this object so that method calls can be chained together.
gatewayNetworkInterfaces
- A NetworkInterface array that contains descriptions of the
gateway network interfaces.
public java.lang.String getGatewayType()
Constraints:
Allowed Values: STORED, CACHED
GatewayType
public void setGatewayType(java.lang.String gatewayType)
Constraints:
Allowed Values: STORED, CACHED
gatewayType
- TBDGatewayType
public DescribeGatewayInformationResult withGatewayType(java.lang.String gatewayType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: STORED, CACHED
gatewayType
- TBD
GatewayType
public void setGatewayType(GatewayType gatewayType)
Constraints:
Allowed Values: STORED, CACHED
gatewayType
- TBDGatewayType
public DescribeGatewayInformationResult withGatewayType(GatewayType gatewayType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: STORED, CACHED
gatewayType
- TBD
GatewayType
public java.lang.String getNextUpdateAvailabilityDate()
Constraints:
Length: 1 - 25
public void setNextUpdateAvailabilityDate(java.lang.String nextUpdateAvailabilityDate)
Constraints:
Length: 1 - 25
nextUpdateAvailabilityDate
- The date at which an update to the gateway is available. This date is
in the time zone of the gateway. If the gateway is not available for
an update this field is not returned in the response. public DescribeGatewayInformationResult withNextUpdateAvailabilityDate(java.lang.String nextUpdateAvailabilityDate)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 25
nextUpdateAvailabilityDate
- The date at which an update to the gateway is available. This date is
in the time zone of the gateway. If the gateway is not available for
an update this field is not returned in the response.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |