@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGroupCertificateConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetGroupCertificateConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
GetGroupCertificateConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroupId()
The ID of the Greengrass group.
|
int |
hashCode() |
void |
setGroupId(String groupId)
The ID of the Greengrass group.
|
String |
toString()
Returns a string representation of this object.
|
GetGroupCertificateConfigurationRequest |
withGroupId(String groupId)
The ID of the 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 GetGroupCertificateConfigurationRequest()
public void setGroupId(String groupId)
groupId
- The ID of the Greengrass group.public String getGroupId()
public GetGroupCertificateConfigurationRequest withGroupId(String groupId)
groupId
- The ID of the Greengrass group.public String toString()
toString
in class Object
Object.toString()
public GetGroupCertificateConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()