@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeComponentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeComponentResult() |
Modifier and Type | Method and Description |
---|---|
DescribeComponentResult |
clone() |
boolean |
equals(Object obj) |
ApplicationComponent |
getApplicationComponent() |
List<String> |
getResourceList()
The list of resource ARNs that belong to the component.
|
int |
hashCode() |
void |
setApplicationComponent(ApplicationComponent applicationComponent) |
void |
setResourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
|
String |
toString()
Returns a string representation of this object.
|
DescribeComponentResult |
withApplicationComponent(ApplicationComponent applicationComponent) |
DescribeComponentResult |
withResourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
|
DescribeComponentResult |
withResourceList(String... resourceList)
The list of resource ARNs that belong to the component.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationComponent(ApplicationComponent applicationComponent)
applicationComponent
- public ApplicationComponent getApplicationComponent()
public DescribeComponentResult withApplicationComponent(ApplicationComponent applicationComponent)
applicationComponent
- public List<String> getResourceList()
The list of resource ARNs that belong to the component.
public void setResourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
resourceList
- The list of resource ARNs that belong to the component.public DescribeComponentResult withResourceList(String... resourceList)
The list of resource ARNs that belong to the component.
NOTE: This method appends the values to the existing list (if any). Use
setResourceList(java.util.Collection)
or withResourceList(java.util.Collection)
if you want to
override the existing values.
resourceList
- The list of resource ARNs that belong to the component.public DescribeComponentResult withResourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
resourceList
- The list of resource ARNs that belong to the component.public String toString()
toString
in class Object
Object.toString()
public DescribeComponentResult clone()