@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationComponentStrategiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetApplicationComponentStrategiesResult() |
Modifier and Type | Method and Description |
---|---|
GetApplicationComponentStrategiesResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationComponentStrategy> |
getApplicationComponentStrategies()
A list of application component strategy recommendations.
|
int |
hashCode() |
void |
setApplicationComponentStrategies(Collection<ApplicationComponentStrategy> applicationComponentStrategies)
A list of application component strategy recommendations.
|
String |
toString()
Returns a string representation of this object.
|
GetApplicationComponentStrategiesResult |
withApplicationComponentStrategies(ApplicationComponentStrategy... applicationComponentStrategies)
A list of application component strategy recommendations.
|
GetApplicationComponentStrategiesResult |
withApplicationComponentStrategies(Collection<ApplicationComponentStrategy> applicationComponentStrategies)
A list of application component strategy recommendations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetApplicationComponentStrategiesResult()
public List<ApplicationComponentStrategy> getApplicationComponentStrategies()
A list of application component strategy recommendations.
public void setApplicationComponentStrategies(Collection<ApplicationComponentStrategy> applicationComponentStrategies)
A list of application component strategy recommendations.
applicationComponentStrategies
- A list of application component strategy recommendations.public GetApplicationComponentStrategiesResult withApplicationComponentStrategies(ApplicationComponentStrategy... applicationComponentStrategies)
A list of application component strategy recommendations.
NOTE: This method appends the values to the existing list (if any). Use
setApplicationComponentStrategies(java.util.Collection)
or
withApplicationComponentStrategies(java.util.Collection)
if you want to override the existing values.
applicationComponentStrategies
- A list of application component strategy recommendations.public GetApplicationComponentStrategiesResult withApplicationComponentStrategies(Collection<ApplicationComponentStrategy> applicationComponentStrategies)
A list of application component strategy recommendations.
applicationComponentStrategies
- A list of application component strategy recommendations.public String toString()
toString
in class Object
Object.toString()
public GetApplicationComponentStrategiesResult clone()