@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateWirelessGatewayWithCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateWirelessGatewayWithCertificateRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateWirelessGatewayWithCertificateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The ID of the resource to update.
|
String |
getIotCertificateId()
The ID of the certificate to associate with the wireless gateway.
|
int |
hashCode() |
void |
setId(String id)
The ID of the resource to update.
|
void |
setIotCertificateId(String iotCertificateId)
The ID of the certificate to associate with the wireless gateway.
|
String |
toString()
Returns a string representation of this object.
|
AssociateWirelessGatewayWithCertificateRequest |
withId(String id)
The ID of the resource to update.
|
AssociateWirelessGatewayWithCertificateRequest |
withIotCertificateId(String iotCertificateId)
The ID of the certificate to associate with the wireless gateway.
|
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, withSdkRequestTimeoutpublic AssociateWirelessGatewayWithCertificateRequest()
public void setId(String id)
The ID of the resource to update.
id - The ID of the resource to update.public String getId()
The ID of the resource to update.
public AssociateWirelessGatewayWithCertificateRequest withId(String id)
The ID of the resource to update.
id - The ID of the resource to update.public void setIotCertificateId(String iotCertificateId)
The ID of the certificate to associate with the wireless gateway.
iotCertificateId - The ID of the certificate to associate with the wireless gateway.public String getIotCertificateId()
The ID of the certificate to associate with the wireless gateway.
public AssociateWirelessGatewayWithCertificateRequest withIotCertificateId(String iotCertificateId)
The ID of the certificate to associate with the wireless gateway.
iotCertificateId - The ID of the certificate to associate with the wireless gateway.public String toString()
toString in class ObjectObject.toString()public AssociateWirelessGatewayWithCertificateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()