@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SitePlan extends Object implements Serializable, Cloneable, StructuredPojo
Information about a site plan.
| Constructor and Description |
|---|
SitePlan() |
| Modifier and Type | Method and Description |
|---|---|
SitePlan |
clone() |
boolean |
equals(Object obj) |
List<NameValuePair> |
getOptions()
The options of the plan.
|
List<NetworkResourceDefinition> |
getResourceDefinitions()
The resource definitions of the plan.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOptions(Collection<NameValuePair> options)
The options of the plan.
|
void |
setResourceDefinitions(Collection<NetworkResourceDefinition> resourceDefinitions)
The resource definitions of the plan.
|
String |
toString()
Returns a string representation of this object.
|
SitePlan |
withOptions(Collection<NameValuePair> options)
The options of the plan.
|
SitePlan |
withOptions(NameValuePair... options)
The options of the plan.
|
SitePlan |
withResourceDefinitions(Collection<NetworkResourceDefinition> resourceDefinitions)
The resource definitions of the plan.
|
SitePlan |
withResourceDefinitions(NetworkResourceDefinition... resourceDefinitions)
The resource definitions of the plan.
|
public List<NameValuePair> getOptions()
The options of the plan.
public void setOptions(Collection<NameValuePair> options)
The options of the plan.
options - The options of the plan.public SitePlan withOptions(NameValuePair... options)
The options of the plan.
NOTE: This method appends the values to the existing list (if any). Use
setOptions(java.util.Collection) or withOptions(java.util.Collection) if you want to override
the existing values.
options - The options of the plan.public SitePlan withOptions(Collection<NameValuePair> options)
The options of the plan.
options - The options of the plan.public List<NetworkResourceDefinition> getResourceDefinitions()
The resource definitions of the plan.
public void setResourceDefinitions(Collection<NetworkResourceDefinition> resourceDefinitions)
The resource definitions of the plan.
resourceDefinitions - The resource definitions of the plan.public SitePlan withResourceDefinitions(NetworkResourceDefinition... resourceDefinitions)
The resource definitions of the plan.
NOTE: This method appends the values to the existing list (if any). Use
setResourceDefinitions(java.util.Collection) or withResourceDefinitions(java.util.Collection)
if you want to override the existing values.
resourceDefinitions - The resource definitions of the plan.public SitePlan withResourceDefinitions(Collection<NetworkResourceDefinition> resourceDefinitions)
The resource definitions of the plan.
resourceDefinitions - The resource definitions of the plan.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.