@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GatewaySummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of a gateway.
Constructor and Description |
---|
GatewaySummary() |
Modifier and Type | Method and Description |
---|---|
GatewaySummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date the gateway was created, in Unix epoch time.
|
List<GatewayCapabilitySummary> |
getGatewayCapabilitySummaries()
A list of gateway capability summaries that each contain a namespace and status.
|
String |
getGatewayId()
The ID of the gateway device.
|
String |
getGatewayName()
The name of the gateway.
|
GatewayPlatform |
getGatewayPlatform() |
Date |
getLastUpdateDate()
The date the gateway was last updated, in Unix epoch time.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDate(Date creationDate)
The date the gateway was created, in Unix epoch time.
|
void |
setGatewayCapabilitySummaries(Collection<GatewayCapabilitySummary> gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status.
|
void |
setGatewayId(String gatewayId)
The ID of the gateway device.
|
void |
setGatewayName(String gatewayName)
The name of the gateway.
|
void |
setGatewayPlatform(GatewayPlatform gatewayPlatform) |
void |
setLastUpdateDate(Date lastUpdateDate)
The date the gateway was last updated, in Unix epoch time.
|
String |
toString()
Returns a string representation of this object.
|
GatewaySummary |
withCreationDate(Date creationDate)
The date the gateway was created, in Unix epoch time.
|
GatewaySummary |
withGatewayCapabilitySummaries(Collection<GatewayCapabilitySummary> gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status.
|
GatewaySummary |
withGatewayCapabilitySummaries(GatewayCapabilitySummary... gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status.
|
GatewaySummary |
withGatewayId(String gatewayId)
The ID of the gateway device.
|
GatewaySummary |
withGatewayName(String gatewayName)
The name of the gateway.
|
GatewaySummary |
withGatewayPlatform(GatewayPlatform gatewayPlatform) |
GatewaySummary |
withLastUpdateDate(Date lastUpdateDate)
The date the gateway was last updated, in Unix epoch time.
|
public void setGatewayId(String gatewayId)
The ID of the gateway device.
gatewayId
- The ID of the gateway device.public String getGatewayId()
The ID of the gateway device.
public GatewaySummary withGatewayId(String gatewayId)
The ID of the gateway device.
gatewayId
- The ID of the gateway device.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 GatewaySummary withGatewayName(String gatewayName)
The name of the gateway.
gatewayName
- The name of the gateway.public void setGatewayPlatform(GatewayPlatform gatewayPlatform)
gatewayPlatform
- public GatewayPlatform getGatewayPlatform()
public GatewaySummary withGatewayPlatform(GatewayPlatform gatewayPlatform)
gatewayPlatform
- public List<GatewayCapabilitySummary> getGatewayCapabilitySummaries()
A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.
public void setGatewayCapabilitySummaries(Collection<GatewayCapabilitySummary> gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.
gatewayCapabilitySummaries
- A list of gateway capability summaries that each contain a namespace and status. Each gateway capability
defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.public GatewaySummary withGatewayCapabilitySummaries(GatewayCapabilitySummary... gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.
NOTE: This method appends the values to the existing list (if any). Use
setGatewayCapabilitySummaries(java.util.Collection)
or
withGatewayCapabilitySummaries(java.util.Collection)
if you want to override the existing values.
gatewayCapabilitySummaries
- A list of gateway capability summaries that each contain a namespace and status. Each gateway capability
defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.public GatewaySummary withGatewayCapabilitySummaries(Collection<GatewayCapabilitySummary> gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.
gatewayCapabilitySummaries
- A list of gateway capability summaries that each contain a namespace and status. Each gateway capability
defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.public void setCreationDate(Date creationDate)
The date the gateway was created, in Unix epoch time.
creationDate
- The date the gateway was created, in Unix epoch time.public Date getCreationDate()
The date the gateway was created, in Unix epoch time.
public GatewaySummary withCreationDate(Date creationDate)
The date the gateway was created, in Unix epoch time.
creationDate
- The date the gateway was created, in Unix epoch time.public void setLastUpdateDate(Date lastUpdateDate)
The date the gateway was last updated, in Unix epoch time.
lastUpdateDate
- The date the gateway was last updated, in Unix epoch time.public Date getLastUpdateDate()
The date the gateway was last updated, in Unix epoch time.
public GatewaySummary withLastUpdateDate(Date lastUpdateDate)
The date the gateway was last updated, in Unix epoch time.
lastUpdateDate
- The date the gateway was last updated, in Unix epoch time.public String toString()
toString
in class Object
Object.toString()
public GatewaySummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.