@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CertificateProviderSummary extends Object implements Serializable, Cloneable, StructuredPojo
The certificate provider summary.
Constructor and Description |
---|
CertificateProviderSummary() |
Modifier and Type | Method and Description |
---|---|
CertificateProviderSummary |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateProviderArn()
The ARN of the certificate provider.
|
String |
getCertificateProviderName()
The name of the certificate provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
CertificateProviderSummary |
withCertificateProviderArn(String certificateProviderArn)
The ARN of the certificate provider.
|
CertificateProviderSummary |
withCertificateProviderName(String certificateProviderName)
The name of the certificate provider.
|
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 CertificateProviderSummary 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 CertificateProviderSummary 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 CertificateProviderSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.