@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFeatureGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFeatureGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFeatureGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<FeatureDefinition> |
getFeatureAdditions()
A list of the features that you're adding to the feature group.
|
String |
getFeatureGroupName()
The name of the feature group that you're updating.
|
int |
hashCode() |
void |
setFeatureAdditions(Collection<FeatureDefinition> featureAdditions)
A list of the features that you're adding to the feature group.
|
void |
setFeatureGroupName(String featureGroupName)
The name of the feature group that you're updating.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFeatureGroupRequest |
withFeatureAdditions(Collection<FeatureDefinition> featureAdditions)
A list of the features that you're adding to the feature group.
|
UpdateFeatureGroupRequest |
withFeatureAdditions(FeatureDefinition... featureAdditions)
A list of the features that you're adding to the feature group.
|
UpdateFeatureGroupRequest |
withFeatureGroupName(String featureGroupName)
The name of the feature group that you're updating.
|
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 setFeatureGroupName(String featureGroupName)
The name of the feature group that you're updating.
featureGroupName
- The name of the feature group that you're updating.public String getFeatureGroupName()
The name of the feature group that you're updating.
public UpdateFeatureGroupRequest withFeatureGroupName(String featureGroupName)
The name of the feature group that you're updating.
featureGroupName
- The name of the feature group that you're updating.public List<FeatureDefinition> getFeatureAdditions()
A list of the features that you're adding to the feature group.
public void setFeatureAdditions(Collection<FeatureDefinition> featureAdditions)
A list of the features that you're adding to the feature group.
featureAdditions
- A list of the features that you're adding to the feature group.public UpdateFeatureGroupRequest withFeatureAdditions(FeatureDefinition... featureAdditions)
A list of the features that you're adding to the feature group.
NOTE: This method appends the values to the existing list (if any). Use
setFeatureAdditions(java.util.Collection)
or withFeatureAdditions(java.util.Collection)
if you
want to override the existing values.
featureAdditions
- A list of the features that you're adding to the feature group.public UpdateFeatureGroupRequest withFeatureAdditions(Collection<FeatureDefinition> featureAdditions)
A list of the features that you're adding to the feature group.
featureAdditions
- A list of the features that you're adding to the feature group.public String toString()
toString
in class Object
Object.toString()
public UpdateFeatureGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()