@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSiteResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSiteResult() |
Modifier and Type | Method and Description |
---|---|
GetSiteResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn() |
String |
getCountryCode() |
Date |
getCreatedAt() |
String |
getDescription() |
String |
getId() |
String |
getName() |
Date |
getUpdatedAt() |
int |
hashCode() |
void |
setArn(String arn) |
void |
setCountryCode(String countryCode) |
void |
setCreatedAt(Date createdAt) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setUpdatedAt(Date updatedAt) |
String |
toString()
Returns a string representation of this object.
|
GetSiteResult |
withArn(String arn) |
GetSiteResult |
withCountryCode(String countryCode) |
GetSiteResult |
withCreatedAt(Date createdAt) |
GetSiteResult |
withDescription(String description) |
GetSiteResult |
withId(String id) |
GetSiteResult |
withName(String name) |
GetSiteResult |
withUpdatedAt(Date updatedAt) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- public String getArn()
public GetSiteResult withArn(String arn)
arn
- public void setId(String id)
id
- public String getId()
public GetSiteResult withId(String id)
id
- public void setName(String name)
name
- public String getName()
public GetSiteResult withName(String name)
name
- public void setCountryCode(String countryCode)
countryCode
- public String getCountryCode()
public GetSiteResult withCountryCode(String countryCode)
countryCode
- public void setDescription(String description)
description
- public String getDescription()
public GetSiteResult withDescription(String description)
description
- public void setCreatedAt(Date createdAt)
createdAt
- public Date getCreatedAt()
public GetSiteResult withCreatedAt(Date createdAt)
createdAt
- public void setUpdatedAt(Date updatedAt)
updatedAt
- public Date getUpdatedAt()
public GetSiteResult withUpdatedAt(Date updatedAt)
updatedAt
- public String toString()
toString
in class Object
Object.toString()
public GetSiteResult clone()