@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppComponentRecommendationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAppComponentRecommendationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAppComponentRecommendationsResult |
clone() |
boolean |
equals(Object obj) |
List<ComponentRecommendation> |
getComponentRecommendations()
The recommendations for an Resilience Hub Application Component, returned as an object.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
int |
hashCode() |
void |
setComponentRecommendations(Collection<ComponentRecommendation> componentRecommendations)
The recommendations for an Resilience Hub Application Component, returned as an object.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
String |
toString()
Returns a string representation of this object.
|
ListAppComponentRecommendationsResult |
withComponentRecommendations(Collection<ComponentRecommendation> componentRecommendations)
The recommendations for an Resilience Hub Application Component, returned as an object.
|
ListAppComponentRecommendationsResult |
withComponentRecommendations(ComponentRecommendation... componentRecommendations)
The recommendations for an Resilience Hub Application Component, returned as an object.
|
ListAppComponentRecommendationsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListAppComponentRecommendationsResult()
public List<ComponentRecommendation> getComponentRecommendations()
The recommendations for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, configuration recommendations, and recommendation statuses.
public void setComponentRecommendations(Collection<ComponentRecommendation> componentRecommendations)
The recommendations for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, configuration recommendations, and recommendation statuses.
componentRecommendations - The recommendations for an Resilience Hub Application Component, returned as an object. This object
contains the names of the Application Components, configuration recommendations, and recommendation
statuses.public ListAppComponentRecommendationsResult withComponentRecommendations(ComponentRecommendation... componentRecommendations)
The recommendations for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, configuration recommendations, and recommendation statuses.
NOTE: This method appends the values to the existing list (if any). Use
setComponentRecommendations(java.util.Collection) or
withComponentRecommendations(java.util.Collection) if you want to override the existing values.
componentRecommendations - The recommendations for an Resilience Hub Application Component, returned as an object. This object
contains the names of the Application Components, configuration recommendations, and recommendation
statuses.public ListAppComponentRecommendationsResult withComponentRecommendations(Collection<ComponentRecommendation> componentRecommendations)
The recommendations for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, configuration recommendations, and recommendation statuses.
componentRecommendations - The recommendations for an Resilience Hub Application Component, returned as an object. This object
contains the names of the Application Components, configuration recommendations, and recommendation
statuses.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListAppComponentRecommendationsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String toString()
toString in class ObjectObject.toString()public ListAppComponentRecommendationsResult clone()
Copyright © 2023. All rights reserved.