@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GatewayCapabilitySummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of a gateway capability configuration.
Constructor and Description |
---|
GatewayCapabilitySummary() |
Modifier and Type | Method and Description |
---|---|
GatewayCapabilitySummary |
clone() |
boolean |
equals(Object obj) |
String |
getCapabilityNamespace()
The namespace of the capability configuration.
|
String |
getCapabilitySyncStatus()
The synchronization status of the capability configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCapabilityNamespace(String capabilityNamespace)
The namespace of the capability configuration.
|
void |
setCapabilitySyncStatus(String capabilitySyncStatus)
The synchronization status of the capability configuration.
|
String |
toString()
Returns a string representation of this object.
|
GatewayCapabilitySummary |
withCapabilityNamespace(String capabilityNamespace)
The namespace of the capability configuration.
|
GatewayCapabilitySummary |
withCapabilitySyncStatus(CapabilitySyncStatus capabilitySyncStatus)
The synchronization status of the capability configuration.
|
GatewayCapabilitySummary |
withCapabilitySyncStatus(String capabilitySyncStatus)
The synchronization status of the capability configuration.
|
public void setCapabilityNamespace(String capabilityNamespace)
The namespace of the capability configuration. For example, if you configure OPC-UA sources from the IoT SiteWise
console, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:version
,
where version
is a number such as 1
.
capabilityNamespace
- The namespace of the capability configuration. For example, if you configure OPC-UA sources from the IoT
SiteWise console, your OPC-UA capability configuration has the namespace
iotsitewise:opcuacollector:version
, where version
is a number such as
1
.public String getCapabilityNamespace()
The namespace of the capability configuration. For example, if you configure OPC-UA sources from the IoT SiteWise
console, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:version
,
where version
is a number such as 1
.
iotsitewise:opcuacollector:version
, where version
is a number such as
1
.public GatewayCapabilitySummary withCapabilityNamespace(String capabilityNamespace)
The namespace of the capability configuration. For example, if you configure OPC-UA sources from the IoT SiteWise
console, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:version
,
where version
is a number such as 1
.
capabilityNamespace
- The namespace of the capability configuration. For example, if you configure OPC-UA sources from the IoT
SiteWise console, your OPC-UA capability configuration has the namespace
iotsitewise:opcuacollector:version
, where version
is a number such as
1
.public void setCapabilitySyncStatus(String capabilitySyncStatus)
The synchronization status of the capability configuration. The sync status can be one of the following:
IN_SYNC
– The gateway is running the capability configuration.
OUT_OF_SYNC
– The gateway hasn't received the capability configuration.
SYNC_FAILED
– The gateway rejected the capability configuration.
capabilitySyncStatus
- The synchronization status of the capability configuration. The sync status can be one of the
following:
IN_SYNC
– The gateway is running the capability configuration.
OUT_OF_SYNC
– The gateway hasn't received the capability configuration.
SYNC_FAILED
– The gateway rejected the capability configuration.
CapabilitySyncStatus
public String getCapabilitySyncStatus()
The synchronization status of the capability configuration. The sync status can be one of the following:
IN_SYNC
– The gateway is running the capability configuration.
OUT_OF_SYNC
– The gateway hasn't received the capability configuration.
SYNC_FAILED
– The gateway rejected the capability configuration.
IN_SYNC
– The gateway is running the capability configuration.
OUT_OF_SYNC
– The gateway hasn't received the capability configuration.
SYNC_FAILED
– The gateway rejected the capability configuration.
CapabilitySyncStatus
public GatewayCapabilitySummary withCapabilitySyncStatus(String capabilitySyncStatus)
The synchronization status of the capability configuration. The sync status can be one of the following:
IN_SYNC
– The gateway is running the capability configuration.
OUT_OF_SYNC
– The gateway hasn't received the capability configuration.
SYNC_FAILED
– The gateway rejected the capability configuration.
capabilitySyncStatus
- The synchronization status of the capability configuration. The sync status can be one of the
following:
IN_SYNC
– The gateway is running the capability configuration.
OUT_OF_SYNC
– The gateway hasn't received the capability configuration.
SYNC_FAILED
– The gateway rejected the capability configuration.
CapabilitySyncStatus
public GatewayCapabilitySummary withCapabilitySyncStatus(CapabilitySyncStatus capabilitySyncStatus)
The synchronization status of the capability configuration. The sync status can be one of the following:
IN_SYNC
– The gateway is running the capability configuration.
OUT_OF_SYNC
– The gateway hasn't received the capability configuration.
SYNC_FAILED
– The gateway rejected the capability configuration.
capabilitySyncStatus
- The synchronization status of the capability configuration. The sync status can be one of the
following:
IN_SYNC
– The gateway is running the capability configuration.
OUT_OF_SYNC
– The gateway hasn't received the capability configuration.
SYNC_FAILED
– The gateway rejected the capability configuration.
CapabilitySyncStatus
public String toString()
toString
in class Object
Object.toString()
public GatewayCapabilitySummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.