@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssessmentFrameworkShareRequestsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAssessmentFrameworkShareRequestsResult() |
Modifier and Type | Method and Description |
---|---|
ListAssessmentFrameworkShareRequestsResult |
clone() |
boolean |
equals(Object obj) |
List<AssessmentFrameworkShareRequest> |
getAssessmentFrameworkShareRequests()
The list of share requests that the
ListAssessmentFrameworkShareRequests API returned. |
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
int |
hashCode() |
void |
setAssessmentFrameworkShareRequests(Collection<AssessmentFrameworkShareRequest> assessmentFrameworkShareRequests)
The list of share requests that the
ListAssessmentFrameworkShareRequests API returned. |
void |
setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAssessmentFrameworkShareRequestsResult |
withAssessmentFrameworkShareRequests(AssessmentFrameworkShareRequest... assessmentFrameworkShareRequests)
The list of share requests that the
ListAssessmentFrameworkShareRequests API returned. |
ListAssessmentFrameworkShareRequestsResult |
withAssessmentFrameworkShareRequests(Collection<AssessmentFrameworkShareRequest> assessmentFrameworkShareRequests)
The list of share requests that the
ListAssessmentFrameworkShareRequests API returned. |
ListAssessmentFrameworkShareRequestsResult |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListAssessmentFrameworkShareRequestsResult()
public List<AssessmentFrameworkShareRequest> getAssessmentFrameworkShareRequests()
The list of share requests that the ListAssessmentFrameworkShareRequests
API returned.
ListAssessmentFrameworkShareRequests
API returned.public void setAssessmentFrameworkShareRequests(Collection<AssessmentFrameworkShareRequest> assessmentFrameworkShareRequests)
The list of share requests that the ListAssessmentFrameworkShareRequests
API returned.
assessmentFrameworkShareRequests
- The list of share requests that the ListAssessmentFrameworkShareRequests
API returned.public ListAssessmentFrameworkShareRequestsResult withAssessmentFrameworkShareRequests(AssessmentFrameworkShareRequest... assessmentFrameworkShareRequests)
The list of share requests that the ListAssessmentFrameworkShareRequests
API returned.
NOTE: This method appends the values to the existing list (if any). Use
setAssessmentFrameworkShareRequests(java.util.Collection)
or
withAssessmentFrameworkShareRequests(java.util.Collection)
if you want to override the existing values.
assessmentFrameworkShareRequests
- The list of share requests that the ListAssessmentFrameworkShareRequests
API returned.public ListAssessmentFrameworkShareRequestsResult withAssessmentFrameworkShareRequests(Collection<AssessmentFrameworkShareRequest> assessmentFrameworkShareRequests)
The list of share requests that the ListAssessmentFrameworkShareRequests
API returned.
assessmentFrameworkShareRequests
- The list of share requests that the ListAssessmentFrameworkShareRequests
API returned.public void setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public String getNextToken()
The pagination token that's used to fetch the next set of results.
public ListAssessmentFrameworkShareRequestsResult withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListAssessmentFrameworkShareRequestsResult clone()