* The Amazon Resource Number (ARN) of the feature group that contains the feature. *
*/ private String featureGroupArn; /** ** The name of the feature group that you've specified. *
*/ private String featureGroupName; /** ** The name of the feature that you've specified. *
*/ private String featureName; /** ** The data type of the feature. *
*/ private String featureType; /** ** A timestamp indicating when the feature was created. *
*/ private java.util.Date creationTime; /** ** A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter * describing the feature, the timestamp changes to reflect the last time you *
*/ private java.util.Date lastModifiedTime; /** ** The description you added to describe the feature. *
*/ private String description; /** ** The key-value pairs that you added to describe the feature. *
*/ private java.util.List* The Amazon Resource Number (ARN) of the feature group that contains the feature. *
* * @param featureGroupArn * The Amazon Resource Number (ARN) of the feature group that contains the feature. */ public void setFeatureGroupArn(String featureGroupArn) { this.featureGroupArn = featureGroupArn; } /** ** The Amazon Resource Number (ARN) of the feature group that contains the feature. *
* * @return The Amazon Resource Number (ARN) of the feature group that contains the feature. */ public String getFeatureGroupArn() { return this.featureGroupArn; } /** ** The Amazon Resource Number (ARN) of the feature group that contains the feature. *
* * @param featureGroupArn * The Amazon Resource Number (ARN) of the feature group that contains the feature. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeFeatureMetadataResult withFeatureGroupArn(String featureGroupArn) { setFeatureGroupArn(featureGroupArn); return this; } /** ** The name of the feature group that you've specified. *
* * @param featureGroupName * The name of the feature group that you've specified. */ public void setFeatureGroupName(String featureGroupName) { this.featureGroupName = featureGroupName; } /** ** The name of the feature group that you've specified. *
* * @return The name of the feature group that you've specified. */ public String getFeatureGroupName() { return this.featureGroupName; } /** ** The name of the feature group that you've specified. *
* * @param featureGroupName * The name of the feature group that you've specified. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeFeatureMetadataResult withFeatureGroupName(String featureGroupName) { setFeatureGroupName(featureGroupName); return this; } /** ** The name of the feature that you've specified. *
* * @param featureName * The name of the feature that you've specified. */ public void setFeatureName(String featureName) { this.featureName = featureName; } /** ** The name of the feature that you've specified. *
* * @return The name of the feature that you've specified. */ public String getFeatureName() { return this.featureName; } /** ** The name of the feature that you've specified. *
* * @param featureName * The name of the feature that you've specified. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeFeatureMetadataResult withFeatureName(String featureName) { setFeatureName(featureName); return this; } /** ** The data type of the feature. *
* * @param featureType * The data type of the feature. * @see FeatureType */ public void setFeatureType(String featureType) { this.featureType = featureType; } /** ** The data type of the feature. *
* * @return The data type of the feature. * @see FeatureType */ public String getFeatureType() { return this.featureType; } /** ** The data type of the feature. *
* * @param featureType * The data type of the feature. * @return Returns a reference to this object so that method calls can be chained together. * @see FeatureType */ public DescribeFeatureMetadataResult withFeatureType(String featureType) { setFeatureType(featureType); return this; } /** ** The data type of the feature. *
* * @param featureType * The data type of the feature. * @return Returns a reference to this object so that method calls can be chained together. * @see FeatureType */ public DescribeFeatureMetadataResult withFeatureType(FeatureType featureType) { this.featureType = featureType.toString(); return this; } /** ** A timestamp indicating when the feature was created. *
* * @param creationTime * A timestamp indicating when the feature was created. */ public void setCreationTime(java.util.Date creationTime) { this.creationTime = creationTime; } /** ** A timestamp indicating when the feature was created. *
* * @return A timestamp indicating when the feature was created. */ public java.util.Date getCreationTime() { return this.creationTime; } /** ** A timestamp indicating when the feature was created. *
* * @param creationTime * A timestamp indicating when the feature was created. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeFeatureMetadataResult withCreationTime(java.util.Date creationTime) { setCreationTime(creationTime); return this; } /** ** A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter * describing the feature, the timestamp changes to reflect the last time you *
* * @param lastModifiedTime * A timestamp indicating when the metadata for the feature group was modified. For example, if you add a * parameter describing the feature, the timestamp changes to reflect the last time you */ public void setLastModifiedTime(java.util.Date lastModifiedTime) { this.lastModifiedTime = lastModifiedTime; } /** ** A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter * describing the feature, the timestamp changes to reflect the last time you *
* * @return A timestamp indicating when the metadata for the feature group was modified. For example, if you add a * parameter describing the feature, the timestamp changes to reflect the last time you */ public java.util.Date getLastModifiedTime() { return this.lastModifiedTime; } /** ** A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter * describing the feature, the timestamp changes to reflect the last time you *
* * @param lastModifiedTime * A timestamp indicating when the metadata for the feature group was modified. For example, if you add a * parameter describing the feature, the timestamp changes to reflect the last time you * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeFeatureMetadataResult withLastModifiedTime(java.util.Date lastModifiedTime) { setLastModifiedTime(lastModifiedTime); return this; } /** ** The description you added to describe the feature. *
* * @param description * The description you added to describe the feature. */ public void setDescription(String description) { this.description = description; } /** ** The description you added to describe the feature. *
* * @return The description you added to describe the feature. */ public String getDescription() { return this.description; } /** ** The description you added to describe the feature. *
* * @param description * The description you added to describe the feature. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeFeatureMetadataResult withDescription(String description) { setDescription(description); return this; } /** ** The key-value pairs that you added to describe the feature. *
* * @return The key-value pairs that you added to describe the feature. */ public java.util.List* The key-value pairs that you added to describe the feature. *
* * @param parameters * The key-value pairs that you added to describe the feature. */ public void setParameters(java.util.Collection* The key-value pairs that you added to describe the feature. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to * override the existing values. *
* * @param parameters * The key-value pairs that you added to describe the feature. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeFeatureMetadataResult withParameters(FeatureParameter... parameters) { if (this.parameters == null) { setParameters(new java.util.ArrayList* The key-value pairs that you added to describe the feature. *
* * @param parameters * The key-value pairs that you added to describe the feature. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeFeatureMetadataResult withParameters(java.util.Collection