@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFeaturedResultsSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateFeaturedResultsSetResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateFeaturedResultsSetResult |
clone() |
boolean |
equals(Object obj) |
FeaturedResultsSet |
getFeaturedResultsSet()
Information on the set of featured results.
|
int |
hashCode() |
void |
setFeaturedResultsSet(FeaturedResultsSet featuredResultsSet)
Information on the set of featured results.
|
String |
toString()
Returns a string representation of this object.
|
CreateFeaturedResultsSetResult |
withFeaturedResultsSet(FeaturedResultsSet featuredResultsSet)
Information on the set of featured results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFeaturedResultsSet(FeaturedResultsSet featuredResultsSet)
Information on the set of featured results. This includes the identifier of the featured results set, whether the featured results set is active or inactive, when the featured results set was created, and more.
featuredResultsSet - Information on the set of featured results. This includes the identifier of the featured results set,
whether the featured results set is active or inactive, when the featured results set was created, and
more.public FeaturedResultsSet getFeaturedResultsSet()
Information on the set of featured results. This includes the identifier of the featured results set, whether the featured results set is active or inactive, when the featured results set was created, and more.
public CreateFeaturedResultsSetResult withFeaturedResultsSet(FeaturedResultsSet featuredResultsSet)
Information on the set of featured results. This includes the identifier of the featured results set, whether the featured results set is active or inactive, when the featured results set was created, and more.
featuredResultsSet - Information on the set of featured results. This includes the identifier of the featured results set,
whether the featured results set is active or inactive, when the featured results set was created, and
more.public String toString()
toString in class ObjectObject.toString()public CreateFeaturedResultsSetResult clone()