@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdditionalResources extends Object implements Serializable, Cloneable, StructuredPojo
The choice level additional resources.
| Constructor and Description |
|---|
AdditionalResources() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalResources |
clone() |
boolean |
equals(Object obj) |
List<ChoiceContent> |
getContent()
The URLs for additional resources, either helpful resources or improvement plans.
|
String |
getType()
Type of additional resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setContent(Collection<ChoiceContent> content)
The URLs for additional resources, either helpful resources or improvement plans.
|
void |
setType(String type)
Type of additional resource.
|
String |
toString()
Returns a string representation of this object.
|
AdditionalResources |
withContent(ChoiceContent... content)
The URLs for additional resources, either helpful resources or improvement plans.
|
AdditionalResources |
withContent(Collection<ChoiceContent> content)
The URLs for additional resources, either helpful resources or improvement plans.
|
AdditionalResources |
withType(AdditionalResourceType type)
Type of additional resource.
|
AdditionalResources |
withType(String type)
Type of additional resource.
|
public void setType(String type)
Type of additional resource.
type - Type of additional resource.AdditionalResourceTypepublic String getType()
Type of additional resource.
AdditionalResourceTypepublic AdditionalResources withType(String type)
Type of additional resource.
type - Type of additional resource.AdditionalResourceTypepublic AdditionalResources withType(AdditionalResourceType type)
Type of additional resource.
type - Type of additional resource.AdditionalResourceTypepublic List<ChoiceContent> getContent()
The URLs for additional resources, either helpful resources or improvement plans. Up to five additional URLs can be specified.
public void setContent(Collection<ChoiceContent> content)
The URLs for additional resources, either helpful resources or improvement plans. Up to five additional URLs can be specified.
content - The URLs for additional resources, either helpful resources or improvement plans. Up to five additional
URLs can be specified.public AdditionalResources withContent(ChoiceContent... content)
The URLs for additional resources, either helpful resources or improvement plans. Up to five additional URLs can be specified.
NOTE: This method appends the values to the existing list (if any). Use
setContent(java.util.Collection) or withContent(java.util.Collection) if you want to override
the existing values.
content - The URLs for additional resources, either helpful resources or improvement plans. Up to five additional
URLs can be specified.public AdditionalResources withContent(Collection<ChoiceContent> content)
The URLs for additional resources, either helpful resources or improvement plans. Up to five additional URLs can be specified.
content - The URLs for additional resources, either helpful resources or improvement plans. Up to five additional
URLs can be specified.public String toString()
toString in class ObjectObject.toString()public AdditionalResources clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.