@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGroupVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetGroupVersionRequest() |
Modifier and Type | Method and Description |
---|---|
GetGroupVersionRequest |
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 |
getGroupVersionId()
The ID of the group version.
|
int |
hashCode() |
void |
setGroupId(String groupId)
The ID of the Greengrass group.
|
void |
setGroupVersionId(String groupVersionId)
The ID of the group version.
|
String |
toString()
Returns a string representation of this object.
|
GetGroupVersionRequest |
withGroupId(String groupId)
The ID of the Greengrass group.
|
GetGroupVersionRequest |
withGroupVersionId(String groupVersionId)
The ID of the group version.
|
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 GetGroupVersionRequest withGroupId(String groupId)
groupId
- The ID of the Greengrass group.public void setGroupVersionId(String groupVersionId)
groupVersionId
- The ID of the group version. This value maps to the ''Version'' property of the corresponding
''VersionInformation'' object, which is returned by ''ListGroupVersions'' requests. If the version is the
last one that was associated with a group, the value also maps to the ''LatestVersion'' property of the
corresponding ''GroupInformation'' object.public String getGroupVersionId()
public GetGroupVersionRequest withGroupVersionId(String groupVersionId)
groupVersionId
- The ID of the group version. This value maps to the ''Version'' property of the corresponding
''VersionInformation'' object, which is returned by ''ListGroupVersions'' requests. If the version is the
last one that was associated with a group, the value also maps to the ''LatestVersion'' property of the
corresponding ''GroupInformation'' object.public String toString()
toString
in class Object
Object.toString()
public GetGroupVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.