@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGatewayCapabilityConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateGatewayCapabilityConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateGatewayCapabilityConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCapabilityConfiguration()
The JSON document that defines the configuration for the gateway capability.
|
String |
getCapabilityNamespace()
The namespace of the gateway capability configuration to be updated.
|
String |
getGatewayId()
The ID of the gateway to be updated.
|
int |
hashCode() |
void |
setCapabilityConfiguration(String capabilityConfiguration)
The JSON document that defines the configuration for the gateway capability.
|
void |
setCapabilityNamespace(String capabilityNamespace)
The namespace of the gateway capability configuration to be updated.
|
void |
setGatewayId(String gatewayId)
The ID of the gateway to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGatewayCapabilityConfigurationRequest |
withCapabilityConfiguration(String capabilityConfiguration)
The JSON document that defines the configuration for the gateway capability.
|
UpdateGatewayCapabilityConfigurationRequest |
withCapabilityNamespace(String capabilityNamespace)
The namespace of the gateway capability configuration to be updated.
|
UpdateGatewayCapabilityConfigurationRequest |
withGatewayId(String gatewayId)
The ID of the gateway to be updated.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateGatewayCapabilityConfigurationRequest()
public void setGatewayId(String gatewayId)
The ID of the gateway to be updated.
gatewayId
- The ID of the gateway to be updated.public String getGatewayId()
The ID of the gateway to be updated.
public UpdateGatewayCapabilityConfigurationRequest withGatewayId(String gatewayId)
The ID of the gateway to be updated.
gatewayId
- The ID of the gateway to be updated.public void setCapabilityNamespace(String capabilityNamespace)
The namespace of the gateway capability configuration to be updated. 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 gateway capability configuration to be updated. 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 gateway capability configuration to be updated. 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 UpdateGatewayCapabilityConfigurationRequest withCapabilityNamespace(String capabilityNamespace)
The namespace of the gateway capability configuration to be updated. 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 gateway capability configuration to be updated. 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 setCapabilityConfiguration(String capabilityConfiguration)
The JSON document that defines the configuration for the gateway capability. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.
capabilityConfiguration
- The JSON document that defines the configuration for the gateway capability. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.public String getCapabilityConfiguration()
The JSON document that defines the configuration for the gateway capability. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.
public UpdateGatewayCapabilityConfigurationRequest withCapabilityConfiguration(String capabilityConfiguration)
The JSON document that defines the configuration for the gateway capability. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.
capabilityConfiguration
- The JSON document that defines the configuration for the gateway capability. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.public String toString()
toString
in class Object
Object.toString()
public UpdateGatewayCapabilityConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()