@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetArchitectureRecommendationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetArchitectureRecommendationsResult() |
Modifier and Type | Method and Description |
---|---|
GetArchitectureRecommendationsResult |
clone() |
boolean |
equals(Object obj) |
Date |
getLastAuditTimestamp()
The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.
|
String |
getNextToken()
The token that identifies which batch of results you want to see.
|
List<Recommendation> |
getRecommendations()
A list of the recommendations for the customer's application.
|
int |
hashCode() |
void |
setLastAuditTimestamp(Date lastAuditTimestamp)
The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.
|
void |
setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
void |
setRecommendations(Collection<Recommendation> recommendations)
A list of the recommendations for the customer's application.
|
String |
toString()
Returns a string representation of this object.
|
GetArchitectureRecommendationsResult |
withLastAuditTimestamp(Date lastAuditTimestamp)
The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.
|
GetArchitectureRecommendationsResult |
withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
GetArchitectureRecommendationsResult |
withRecommendations(Collection<Recommendation> recommendations)
A list of the recommendations for the customer's application.
|
GetArchitectureRecommendationsResult |
withRecommendations(Recommendation... recommendations)
A list of the recommendations for the customer's application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetArchitectureRecommendationsResult()
public void setLastAuditTimestamp(Date lastAuditTimestamp)
The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.
lastAuditTimestamp
- The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.public Date getLastAuditTimestamp()
The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.
public GetArchitectureRecommendationsResult withLastAuditTimestamp(Date lastAuditTimestamp)
The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.
lastAuditTimestamp
- The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.public void setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken
- The token that identifies which batch of results you want to see.public String getNextToken()
The token that identifies which batch of results you want to see.
public GetArchitectureRecommendationsResult withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken
- The token that identifies which batch of results you want to see.public List<Recommendation> getRecommendations()
A list of the recommendations for the customer's application.
public void setRecommendations(Collection<Recommendation> recommendations)
A list of the recommendations for the customer's application.
recommendations
- A list of the recommendations for the customer's application.public GetArchitectureRecommendationsResult withRecommendations(Recommendation... recommendations)
A list of the recommendations for the customer's application.
NOTE: This method appends the values to the existing list (if any). Use
setRecommendations(java.util.Collection)
or withRecommendations(java.util.Collection)
if you
want to override the existing values.
recommendations
- A list of the recommendations for the customer's application.public GetArchitectureRecommendationsResult withRecommendations(Collection<Recommendation> recommendations)
A list of the recommendations for the customer's application.
recommendations
- A list of the recommendations for the customer's application.public String toString()
toString
in class Object
Object.toString()
public GetArchitectureRecommendationsResult clone()