@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateWebsiteCertificateAuthorityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateWebsiteCertificateAuthorityRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateWebsiteCertificateAuthorityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificate()
The root certificate of the CA.
|
String |
getDisplayName()
The certificate name to display.
|
String |
getFleetArn()
The ARN of the fleet.
|
int |
hashCode() |
void |
setCertificate(String certificate)
The root certificate of the CA.
|
void |
setDisplayName(String displayName)
The certificate name to display.
|
void |
setFleetArn(String fleetArn)
The ARN of the fleet.
|
String |
toString()
Returns a string representation of this object.
|
AssociateWebsiteCertificateAuthorityRequest |
withCertificate(String certificate)
The root certificate of the CA.
|
AssociateWebsiteCertificateAuthorityRequest |
withDisplayName(String displayName)
The certificate name to display.
|
AssociateWebsiteCertificateAuthorityRequest |
withFleetArn(String fleetArn)
The ARN of the fleet.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public AssociateWebsiteCertificateAuthorityRequest()
public void setFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public String getFleetArn()
The ARN of the fleet.
public AssociateWebsiteCertificateAuthorityRequest withFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public void setCertificate(String certificate)
The root certificate of the CA.
certificate
- The root certificate of the CA.public String getCertificate()
The root certificate of the CA.
public AssociateWebsiteCertificateAuthorityRequest withCertificate(String certificate)
The root certificate of the CA.
certificate
- The root certificate of the CA.public void setDisplayName(String displayName)
The certificate name to display.
displayName
- The certificate name to display.public String getDisplayName()
The certificate name to display.
public AssociateWebsiteCertificateAuthorityRequest withDisplayName(String displayName)
The certificate name to display.
displayName
- The certificate name to display.public String toString()
toString
in class Object
Object.toString()
public AssociateWebsiteCertificateAuthorityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()