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