@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWirelessGatewayCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetWirelessGatewayCertificateResult() |
| Modifier and Type | Method and Description |
|---|---|
GetWirelessGatewayCertificateResult |
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.
|
GetWirelessGatewayCertificateResult |
withIotCertificateId(String iotCertificateId)
The ID of the certificate associated with the wireless gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 GetWirelessGatewayCertificateResult 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 ObjectObject.toString()public GetWirelessGatewayCertificateResult clone()