@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFeatureGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateFeatureGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFeatureGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getFeatureGroupArn()
The Amazon Resource Number (ARN) of the feature group that you're updating.
|
int |
hashCode() |
void |
setFeatureGroupArn(String featureGroupArn)
The Amazon Resource Number (ARN) of the feature group that you're updating.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFeatureGroupResult |
withFeatureGroupArn(String featureGroupArn)
The Amazon Resource Number (ARN) of the feature group that you're updating.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFeatureGroupArn(String featureGroupArn)
The Amazon Resource Number (ARN) of the feature group that you're updating.
featureGroupArn - The Amazon Resource Number (ARN) of the feature group that you're updating.public String getFeatureGroupArn()
The Amazon Resource Number (ARN) of the feature group that you're updating.
public UpdateFeatureGroupResult withFeatureGroupArn(String featureGroupArn)
The Amazon Resource Number (ARN) of the feature group that you're updating.
featureGroupArn - The Amazon Resource Number (ARN) of the feature group that you're updating.public String toString()
toString in class ObjectObject.toString()public UpdateFeatureGroupResult clone()