@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGatewayCapabilityConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeGatewayCapabilityConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeGatewayCapabilityConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getCapabilityConfiguration()
The JSON document that defines the gateway capability's configuration.
|
String |
getCapabilityNamespace()
The namespace of the gateway capability.
|
String |
getCapabilitySyncStatus()
The synchronization status of the capability configuration.
|
String |
getGatewayId()
The ID of the gateway that defines the capability configuration.
|
int |
hashCode() |
void |
setCapabilityConfiguration(String capabilityConfiguration)
The JSON document that defines the gateway capability's configuration.
|
void |
setCapabilityNamespace(String capabilityNamespace)
The namespace of the gateway capability.
|
void |
setCapabilitySyncStatus(String capabilitySyncStatus)
The synchronization status of the capability configuration.
|
void |
setGatewayId(String gatewayId)
The ID of the gateway that defines the capability configuration.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGatewayCapabilityConfigurationResult |
withCapabilityConfiguration(String capabilityConfiguration)
The JSON document that defines the gateway capability's configuration.
|
DescribeGatewayCapabilityConfigurationResult |
withCapabilityNamespace(String capabilityNamespace)
The namespace of the gateway capability.
|
DescribeGatewayCapabilityConfigurationResult |
withCapabilitySyncStatus(CapabilitySyncStatus capabilitySyncStatus)
The synchronization status of the capability configuration.
|
DescribeGatewayCapabilityConfigurationResult |
withCapabilitySyncStatus(String capabilitySyncStatus)
The synchronization status of the capability configuration.
|
DescribeGatewayCapabilityConfigurationResult |
withGatewayId(String gatewayId)
The ID of the gateway that defines the capability configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeGatewayCapabilityConfigurationResult()
public void setGatewayId(String gatewayId)
The ID of the gateway that defines the capability configuration.
gatewayId
- The ID of the gateway that defines the capability configuration.public String getGatewayId()
The ID of the gateway that defines the capability configuration.
public DescribeGatewayCapabilityConfigurationResult withGatewayId(String gatewayId)
The ID of the gateway that defines the capability configuration.
gatewayId
- The ID of the gateway that defines the capability configuration.public void setCapabilityNamespace(String capabilityNamespace)
The namespace of the gateway capability.
capabilityNamespace
- The namespace of the gateway capability.public String getCapabilityNamespace()
The namespace of the gateway capability.
public DescribeGatewayCapabilityConfigurationResult withCapabilityNamespace(String capabilityNamespace)
The namespace of the gateway capability.
capabilityNamespace
- The namespace of the gateway capability.public void setCapabilityConfiguration(String capabilityConfiguration)
The JSON document that defines the gateway capability's configuration. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.
capabilityConfiguration
- The JSON document that defines the gateway capability's configuration. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.public String getCapabilityConfiguration()
The JSON document that defines the gateway capability's configuration. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.
public DescribeGatewayCapabilityConfigurationResult withCapabilityConfiguration(String capabilityConfiguration)
The JSON document that defines the gateway capability's configuration. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.
capabilityConfiguration
- The JSON document that defines the gateway capability's configuration. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.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 DescribeGatewayCapabilityConfigurationResult 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 DescribeGatewayCapabilityConfigurationResult 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 DescribeGatewayCapabilityConfigurationResult clone()