@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 ID of the Greengrass group.
|
String |
getName()
The name of the definition.
|
int |
hashCode() |
void |
setGroupId(String groupId)
The ID of the Greengrass group.
|
void |
setName(String name)
The name of the definition.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGroupRequest |
withGroupId(String groupId)
The ID of the Greengrass group.
|
UpdateGroupRequest |
withName(String name)
The 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 ID of the Greengrass group.public String getGroupId()
public UpdateGroupRequest withGroupId(String groupId)
groupId
- The ID of the Greengrass group.public void setName(String name)
name
- The name of the definition.public String getName()
public UpdateGroupRequest withName(String name)
name
- The name of the definition.public String toString()
toString
in class Object
Object.toString()
public UpdateGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()