@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFacetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFacetResult() |
Modifier and Type | Method and Description |
---|---|
GetFacetResult |
clone() |
boolean |
equals(Object obj) |
Facet |
getFacet()
Facet structure associated with the facet.
|
int |
hashCode() |
void |
setFacet(Facet facet)
Facet structure associated with the facet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetFacetResult |
withFacet(Facet facet)
Facet structure associated with the facet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFacet(Facet facet)
Facet structure associated with the facet.
facet
- Facet structure associated with the facet.public Facet getFacet()
Facet structure associated with the facet.
public GetFacetResult withFacet(Facet facet)
Facet structure associated with the facet.
facet
- Facet structure associated with the facet.public String toString()
toString
in class Object
Object.toString()
public GetFacetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.