@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSopRecommendationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSopRecommendationsResult() |
Modifier and Type | Method and Description |
---|---|
ListSopRecommendationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
List<SopRecommendation> |
getSopRecommendations()
The standard operating procedure (SOP) recommendations for the AWS Resilience Hub applications.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setSopRecommendations(Collection<SopRecommendation> sopRecommendations)
The standard operating procedure (SOP) recommendations for the AWS Resilience Hub applications.
|
String |
toString()
Returns a string representation of this object.
|
ListSopRecommendationsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListSopRecommendationsResult |
withSopRecommendations(Collection<SopRecommendation> sopRecommendations)
The standard operating procedure (SOP) recommendations for the AWS Resilience Hub applications.
|
ListSopRecommendationsResult |
withSopRecommendations(SopRecommendation... sopRecommendations)
The standard operating procedure (SOP) recommendations for the AWS Resilience Hub applications.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 ListSopRecommendationsResult 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 List<SopRecommendation> getSopRecommendations()
The standard operating procedure (SOP) recommendations for the AWS Resilience Hub applications.
public void setSopRecommendations(Collection<SopRecommendation> sopRecommendations)
The standard operating procedure (SOP) recommendations for the AWS Resilience Hub applications.
sopRecommendations
- The standard operating procedure (SOP) recommendations for the AWS Resilience Hub applications.public ListSopRecommendationsResult withSopRecommendations(SopRecommendation... sopRecommendations)
The standard operating procedure (SOP) recommendations for the AWS Resilience Hub applications.
NOTE: This method appends the values to the existing list (if any). Use
setSopRecommendations(java.util.Collection)
or withSopRecommendations(java.util.Collection)
if
you want to override the existing values.
sopRecommendations
- The standard operating procedure (SOP) recommendations for the AWS Resilience Hub applications.public ListSopRecommendationsResult withSopRecommendations(Collection<SopRecommendation> sopRecommendations)
The standard operating procedure (SOP) recommendations for the AWS Resilience Hub applications.
sopRecommendations
- The standard operating procedure (SOP) recommendations for the AWS Resilience Hub applications.public String toString()
toString
in class Object
Object.toString()
public ListSopRecommendationsResult clone()