@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ImportCertificateResult() |
| Modifier and Type | Method and Description |
|---|---|
ImportCertificateResult |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateId()
An array of identifiers for the imported certificates.
|
int |
hashCode() |
void |
setCertificateId(String certificateId)
An array of identifiers for the imported certificates.
|
String |
toString()
Returns a string representation of this object.
|
ImportCertificateResult |
withCertificateId(String certificateId)
An array of identifiers for the imported certificates.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCertificateId(String certificateId)
An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
certificateId - An array of identifiers for the imported certificates. You use this identifier for working with profiles
and partner profiles.public String getCertificateId()
An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
public ImportCertificateResult withCertificateId(String certificateId)
An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
certificateId - An array of identifiers for the imported certificates. You use this identifier for working with profiles
and partner profiles.public String toString()
toString in class ObjectObject.toString()public ImportCertificateResult clone()