@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 a Recovery Group was last assessed for recommendations in UTC ISO-8601 format.
|
String |
getNextToken()
A token that can be used to resume pagination from the end of the collection
|
List<Recommendation> |
getRecommendations()
A list of recommendations for the customer's application
|
int |
hashCode() |
void |
setLastAuditTimestamp(Date lastAuditTimestamp)
The time a Recovery Group was last assessed for recommendations in UTC ISO-8601 format.
|
void |
setNextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection
|
void |
setRecommendations(Collection<Recommendation> recommendations)
A list of recommendations for the customer's application
|
String |
toString()
Returns a string representation of this object.
|
GetArchitectureRecommendationsResult |
withLastAuditTimestamp(Date lastAuditTimestamp)
The time a Recovery Group was last assessed for recommendations in UTC ISO-8601 format.
|
GetArchitectureRecommendationsResult |
withNextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection
|
GetArchitectureRecommendationsResult |
withRecommendations(Collection<Recommendation> recommendations)
A list of recommendations for the customer's application
|
GetArchitectureRecommendationsResult |
withRecommendations(Recommendation... recommendations)
A list of recommendations for the customer's application
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetArchitectureRecommendationsResult()
public void setLastAuditTimestamp(Date lastAuditTimestamp)
lastAuditTimestamp
- The time a Recovery Group was last assessed for recommendations in UTC ISO-8601 format.public Date getLastAuditTimestamp()
public GetArchitectureRecommendationsResult withLastAuditTimestamp(Date lastAuditTimestamp)
lastAuditTimestamp
- The time a Recovery Group was last assessed for recommendations in UTC ISO-8601 format.public void setNextToken(String nextToken)
nextToken
- A token that can be used to resume pagination from the end of the collectionpublic String getNextToken()
public GetArchitectureRecommendationsResult withNextToken(String nextToken)
nextToken
- A token that can be used to resume pagination from the end of the collectionpublic List<Recommendation> getRecommendations()
public void setRecommendations(Collection<Recommendation> recommendations)
recommendations
- A list of recommendations for the customer's applicationpublic GetArchitectureRecommendationsResult withRecommendations(Recommendation... recommendations)
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 recommendations for the customer's applicationpublic GetArchitectureRecommendationsResult withRecommendations(Collection<Recommendation> recommendations)
recommendations
- A list of recommendations for the customer's applicationpublic String toString()
toString
in class Object
Object.toString()
public GetArchitectureRecommendationsResult clone()