@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUpgradeHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for the response returned by the GetUpgradeHistory
operation.
Constructor and Description |
---|
GetUpgradeHistoryResult() |
Modifier and Type | Method and Description |
---|---|
GetUpgradeHistoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
When
nextToken is returned, there are more results available. |
List<UpgradeHistory> |
getUpgradeHistories()
A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
void |
setUpgradeHistories(Collection<UpgradeHistory> upgradeHistories)
A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
|
String |
toString()
Returns a string representation of this object.
|
GetUpgradeHistoryResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
GetUpgradeHistoryResult |
withUpgradeHistories(Collection<UpgradeHistory> upgradeHistories)
A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
|
GetUpgradeHistoryResult |
withUpgradeHistories(UpgradeHistory... upgradeHistories)
A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UpgradeHistory> getUpgradeHistories()
A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
public void setUpgradeHistories(Collection<UpgradeHistory> upgradeHistories)
A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
upgradeHistories
- A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.public GetUpgradeHistoryResult withUpgradeHistories(UpgradeHistory... upgradeHistories)
A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
NOTE: This method appends the values to the existing list (if any). Use
setUpgradeHistories(java.util.Collection)
or withUpgradeHistories(java.util.Collection)
if you
want to override the existing values.
upgradeHistories
- A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.public GetUpgradeHistoryResult withUpgradeHistories(Collection<UpgradeHistory> upgradeHistories)
A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
upgradeHistories
- A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.public void setNextToken(String nextToken)
When nextToken
is returned, there are more results available. The value of nextToken
is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken
- When nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public String getNextToken()
When nextToken
is returned, there are more results available. The value of nextToken
is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public GetUpgradeHistoryResult withNextToken(String nextToken)
When nextToken
is returned, there are more results available. The value of nextToken
is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken
- When nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public String toString()
toString
in class Object
Object.toString()
public GetUpgradeHistoryResult clone()