@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCertificateProviderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateCertificateProviderResult() |
Modifier and Type | Method and Description |
---|---|
UpdateCertificateProviderResult |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateProviderArn()
The ARN of the certificate provider.
|
String |
getCertificateProviderName()
The name of the certificate provider.
|
int |
hashCode() |
void |
setCertificateProviderArn(String certificateProviderArn)
The ARN of the certificate provider.
|
void |
setCertificateProviderName(String certificateProviderName)
The name of the certificate provider.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCertificateProviderResult |
withCertificateProviderArn(String certificateProviderArn)
The ARN of the certificate provider.
|
UpdateCertificateProviderResult |
withCertificateProviderName(String certificateProviderName)
The name of the certificate provider.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCertificateProviderName(String certificateProviderName)
The name of the certificate provider.
certificateProviderName
- The name of the certificate provider.public String getCertificateProviderName()
The name of the certificate provider.
public UpdateCertificateProviderResult withCertificateProviderName(String certificateProviderName)
The name of the certificate provider.
certificateProviderName
- The name of the certificate provider.public void setCertificateProviderArn(String certificateProviderArn)
The ARN of the certificate provider.
certificateProviderArn
- The ARN of the certificate provider.public String getCertificateProviderArn()
The ARN of the certificate provider.
public UpdateCertificateProviderResult withCertificateProviderArn(String certificateProviderArn)
The ARN of the certificate provider.
certificateProviderArn
- The ARN of the certificate provider.public String toString()
toString
in class Object
Object.toString()
public UpdateCertificateProviderResult clone()