@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSiteResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteSiteResult() |
Modifier and Type | Method and Description |
---|---|
DeleteSiteResult |
clone() |
boolean |
equals(Object obj) |
Site |
getSite()
Information about the site.
|
int |
hashCode() |
void |
setSite(Site site)
Information about the site.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSiteResult |
withSite(Site site)
Information about the site.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSite(Site site)
Information about the site.
site
- Information about the site.public Site getSite()
Information about the site.
public DeleteSiteResult withSite(Site site)
Information about the site.
site
- Information about the site.public String toString()
toString
in class Object
Object.toString()
public DeleteSiteResult clone()