@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGatewayCapabilityConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeGatewayCapabilityConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeGatewayCapabilityConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCapabilityNamespace()
The namespace of the capability configuration.
|
String |
getGatewayId()
The ID of the gateway that defines the capability configuration.
|
int |
hashCode() |
void |
setCapabilityNamespace(String capabilityNamespace)
The namespace 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.
|
DescribeGatewayCapabilityConfigurationRequest |
withCapabilityNamespace(String capabilityNamespace)
The namespace of the capability configuration.
|
DescribeGatewayCapabilityConfigurationRequest |
withGatewayId(String gatewayId)
The ID of the gateway that defines the capability configuration.
|
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 DescribeGatewayCapabilityConfigurationRequest()
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 DescribeGatewayCapabilityConfigurationRequest 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 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 DescribeGatewayCapabilityConfigurationRequest 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 String toString()
toString
in class Object
Object.toString()
public DescribeGatewayCapabilityConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()