@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecoveryPointsByLegalHoldResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRecoveryPointsByLegalHoldResult() |
Modifier and Type | Method and Description |
---|---|
ListRecoveryPointsByLegalHoldResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
This return is the next item following a partial list of returned resources.
|
List<RecoveryPointMember> |
getRecoveryPoints()
This is a list of the recovery points returned by
ListRecoveryPointsByLegalHold . |
int |
hashCode() |
void |
setNextToken(String nextToken)
This return is the next item following a partial list of returned resources.
|
void |
setRecoveryPoints(Collection<RecoveryPointMember> recoveryPoints)
This is a list of the recovery points returned by
ListRecoveryPointsByLegalHold . |
String |
toString()
Returns a string representation of this object.
|
ListRecoveryPointsByLegalHoldResult |
withNextToken(String nextToken)
This return is the next item following a partial list of returned resources.
|
ListRecoveryPointsByLegalHoldResult |
withRecoveryPoints(Collection<RecoveryPointMember> recoveryPoints)
This is a list of the recovery points returned by
ListRecoveryPointsByLegalHold . |
ListRecoveryPointsByLegalHoldResult |
withRecoveryPoints(RecoveryPointMember... recoveryPoints)
This is a list of the recovery points returned by
ListRecoveryPointsByLegalHold . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RecoveryPointMember> getRecoveryPoints()
This is a list of the recovery points returned by ListRecoveryPointsByLegalHold
.
ListRecoveryPointsByLegalHold
.public void setRecoveryPoints(Collection<RecoveryPointMember> recoveryPoints)
This is a list of the recovery points returned by ListRecoveryPointsByLegalHold
.
recoveryPoints
- This is a list of the recovery points returned by ListRecoveryPointsByLegalHold
.public ListRecoveryPointsByLegalHoldResult withRecoveryPoints(RecoveryPointMember... recoveryPoints)
This is a list of the recovery points returned by ListRecoveryPointsByLegalHold
.
NOTE: This method appends the values to the existing list (if any). Use
setRecoveryPoints(java.util.Collection)
or withRecoveryPoints(java.util.Collection)
if you want
to override the existing values.
recoveryPoints
- This is a list of the recovery points returned by ListRecoveryPointsByLegalHold
.public ListRecoveryPointsByLegalHoldResult withRecoveryPoints(Collection<RecoveryPointMember> recoveryPoints)
This is a list of the recovery points returned by ListRecoveryPointsByLegalHold
.
recoveryPoints
- This is a list of the recovery points returned by ListRecoveryPointsByLegalHold
.public void setNextToken(String nextToken)
This return is the next item following a partial list of returned resources.
nextToken
- This return is the next item following a partial list of returned resources.public String getNextToken()
This return is the next item following a partial list of returned resources.
public ListRecoveryPointsByLegalHoldResult withNextToken(String nextToken)
This return is the next item following a partial list of returned resources.
nextToken
- This return is the next item following a partial list of returned resources.public String toString()
toString
in class Object
Object.toString()
public ListRecoveryPointsByLegalHoldResult clone()