@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateWirelessGatewayWithCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateWirelessGatewayWithCertificateResult() |
Modifier and Type | Method and Description |
---|---|
AssociateWirelessGatewayWithCertificateResult |
clone() |
boolean |
equals(Object obj) |
String |
getIotCertificateId()
The ID of the certificate associated with the wireless gateway.
|
int |
hashCode() |
void |
setIotCertificateId(String iotCertificateId)
The ID of the certificate associated with the wireless gateway.
|
String |
toString()
Returns a string representation of this object.
|
AssociateWirelessGatewayWithCertificateResult |
withIotCertificateId(String iotCertificateId)
The ID of the certificate associated with the wireless gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public AssociateWirelessGatewayWithCertificateResult()
public void setIotCertificateId(String iotCertificateId)
The ID of the certificate associated with the wireless gateway.
iotCertificateId
- The ID of the certificate associated with the wireless gateway.public String getIotCertificateId()
The ID of the certificate associated with the wireless gateway.
public AssociateWirelessGatewayWithCertificateResult withIotCertificateId(String iotCertificateId)
The ID of the certificate associated with the wireless gateway.
iotCertificateId
- The ID of the certificate associated with the wireless gateway.public String toString()
toString
in class Object
Object.toString()
public AssociateWirelessGatewayWithCertificateResult clone()