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