* The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format. *
*/ private java.util.Date lastAuditTimestamp; /** ** The token that identifies which batch of results you want to see. *
*/ private String nextToken; /** ** A list of the recommendations for the customer's application. *
*/ private java.util.List* The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format. *
* * @param lastAuditTimestamp * The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format. */ public void setLastAuditTimestamp(java.util.Date lastAuditTimestamp) { this.lastAuditTimestamp = lastAuditTimestamp; } /** ** The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format. *
* * @return The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format. */ public java.util.Date getLastAuditTimestamp() { return this.lastAuditTimestamp; } /** ** The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format. *
* * @param lastAuditTimestamp * The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format. * @return Returns a reference to this object so that method calls can be chained together. */ public GetArchitectureRecommendationsResult withLastAuditTimestamp(java.util.Date lastAuditTimestamp) { setLastAuditTimestamp(lastAuditTimestamp); return this; } /** ** The token that identifies which batch of results you want to see. *
* * @param nextToken * The token that identifies which batch of results you want to see. */ public void setNextToken(String nextToken) { this.nextToken = nextToken; } /** ** The token that identifies which batch of results you want to see. *
* * @return The token that identifies which batch of results you want to see. */ public String getNextToken() { return this.nextToken; } /** ** The token that identifies which batch of results you want to see. *
* * @param nextToken * The token that identifies which batch of results you want to see. * @return Returns a reference to this object so that method calls can be chained together. */ public GetArchitectureRecommendationsResult withNextToken(String nextToken) { setNextToken(nextToken); return this; } /** ** A list of the recommendations for the customer's application. *
* * @return A list of the recommendations for the customer's application. */ public java.util.List* A list of the recommendations for the customer's application. *
* * @param recommendations * A list of the recommendations for the customer's application. */ public void setRecommendations(java.util.Collection* A list of the recommendations for the customer's application. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setRecommendations(java.util.Collection)} or {@link #withRecommendations(java.util.Collection)} if you * want to override the existing values. *
* * @param recommendations * A list of the recommendations for the customer's application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetArchitectureRecommendationsResult withRecommendations(Recommendation... recommendations) { if (this.recommendations == null) { setRecommendations(new java.util.ArrayList* A list of the recommendations for the customer's application. *
* * @param recommendations * A list of the recommendations for the customer's application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetArchitectureRecommendationsResult withRecommendations(java.util.Collection