@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateKeysAndCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the CreateKeysAndCertificate operation.
NOOP
Constructor and Description |
---|
CreateKeysAndCertificateRequest() |
Modifier and Type | Method and Description |
---|---|
CreateKeysAndCertificateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getSetAsActive()
Specifies whether the certificate is active.
|
int |
hashCode() |
Boolean |
isSetAsActive()
Specifies whether the certificate is active.
|
void |
setSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateKeysAndCertificateRequest |
withSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
|
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 void setSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
setAsActive
- Specifies whether the certificate is active.public Boolean getSetAsActive()
Specifies whether the certificate is active.
public CreateKeysAndCertificateRequest withSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
setAsActive
- Specifies whether the certificate is active.public Boolean isSetAsActive()
Specifies whether the certificate is active.
public String toString()
toString
in class Object
Object.toString()
public CreateKeysAndCertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.