@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFeatureGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeFeatureGroupRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeFeatureGroupRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getFeatureGroupName()
 The name of the  FeatureGroupyou want described. | 
| String | getNextToken()
 A token to resume pagination of the list of  Features(FeatureDefinitions). | 
| int | hashCode() | 
| void | setFeatureGroupName(String featureGroupName)
 The name of the  FeatureGroupyou want described. | 
| void | setNextToken(String nextToken)
 A token to resume pagination of the list of  Features(FeatureDefinitions). | 
| String | toString()Returns a string representation of this object. | 
| DescribeFeatureGroupRequest | withFeatureGroupName(String featureGroupName)
 The name of the  FeatureGroupyou want described. | 
| DescribeFeatureGroupRequest | withNextToken(String nextToken)
 A token to resume pagination of the list of  Features(FeatureDefinitions). | 
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, withSdkRequestTimeoutpublic void setFeatureGroupName(String featureGroupName)
 The name of the FeatureGroup you want described.
 
featureGroupName - The name of the FeatureGroup you want described.public String getFeatureGroupName()
 The name of the FeatureGroup you want described.
 
FeatureGroup you want described.public DescribeFeatureGroupRequest withFeatureGroupName(String featureGroupName)
 The name of the FeatureGroup you want described.
 
featureGroupName - The name of the FeatureGroup you want described.public void setNextToken(String nextToken)
 A token to resume pagination of the list of Features (FeatureDefinitions). 2,500
 Features are returned by default.
 
nextToken - A token to resume pagination of the list of Features (FeatureDefinitions). 2,500
        Features are returned by default.public String getNextToken()
 A token to resume pagination of the list of Features (FeatureDefinitions). 2,500
 Features are returned by default.
 
Features (FeatureDefinitions).
         2,500 Features are returned by default.public DescribeFeatureGroupRequest withNextToken(String nextToken)
 A token to resume pagination of the list of Features (FeatureDefinitions). 2,500
 Features are returned by default.
 
nextToken - A token to resume pagination of the list of Features (FeatureDefinitions). 2,500
        Features are returned by default.public String toString()
toString in class ObjectObject.toString()public DescribeFeatureGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()