@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Site extends Object implements Serializable, Cloneable, StructuredPojo
Information about a site.
Constructor and Description |
---|
Site() |
Modifier and Type | Method and Description |
---|---|
Site |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId() |
String |
getDescription() |
String |
getName() |
String |
getSiteId() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setSiteId(String siteId) |
String |
toString()
Returns a string representation of this object.
|
Site |
withAccountId(String accountId) |
Site |
withDescription(String description) |
Site |
withName(String name) |
Site |
withSiteId(String siteId) |
public void setSiteId(String siteId)
siteId
- public String getSiteId()
public Site withSiteId(String siteId)
siteId
- public void setAccountId(String accountId)
accountId
- public String getAccountId()
public Site withAccountId(String accountId)
accountId
- public void setName(String name)
name
- public String getName()
public Site withName(String name)
name
- public void setDescription(String description)
description
- public String getDescription()
public Site withDescription(String description)
description
- public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.