@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGroupCertificateAuthorityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateGroupCertificateAuthorityRequest() |
Modifier and Type | Method and Description |
---|---|
CreateGroupCertificateAuthorityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAmznClientToken()
The client token used to request idempotent operations.
|
String |
getGroupId()
The unique Id of the AWS Greengrass Group
|
int |
hashCode() |
void |
setAmznClientToken(String amznClientToken)
The client token used to request idempotent operations.
|
void |
setGroupId(String groupId)
The unique Id of the AWS Greengrass Group
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateGroupCertificateAuthorityRequest |
withAmznClientToken(String amznClientToken)
The client token used to request idempotent operations.
|
CreateGroupCertificateAuthorityRequest |
withGroupId(String groupId)
The unique Id of the AWS Greengrass Group
|
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 CreateGroupCertificateAuthorityRequest()
public void setAmznClientToken(String amznClientToken)
amznClientToken
- The client token used to request idempotent operations.public String getAmznClientToken()
public CreateGroupCertificateAuthorityRequest withAmznClientToken(String amznClientToken)
amznClientToken
- The client token used to request idempotent operations.public void setGroupId(String groupId)
groupId
- The unique Id of the AWS Greengrass Grouppublic String getGroupId()
public CreateGroupCertificateAuthorityRequest withGroupId(String groupId)
groupId
- The unique Id of the AWS Greengrass Grouppublic String toString()
toString
in class Object
Object.toString()
public CreateGroupCertificateAuthorityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.