@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListContributorInsightsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListContributorInsightsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListContributorInsightsResult |
clone() |
boolean |
equals(Object obj) |
List<ContributorInsightsSummary> |
getContributorInsightsSummaries()
A list of ContributorInsightsSummary.
|
String |
getNextToken()
A token to go to the next page if there is one.
|
int |
hashCode() |
void |
setContributorInsightsSummaries(Collection<ContributorInsightsSummary> contributorInsightsSummaries)
A list of ContributorInsightsSummary.
|
void |
setNextToken(String nextToken)
A token to go to the next page if there is one.
|
String |
toString()
Returns a string representation of this object.
|
ListContributorInsightsResult |
withContributorInsightsSummaries(Collection<ContributorInsightsSummary> contributorInsightsSummaries)
A list of ContributorInsightsSummary.
|
ListContributorInsightsResult |
withContributorInsightsSummaries(ContributorInsightsSummary... contributorInsightsSummaries)
A list of ContributorInsightsSummary.
|
ListContributorInsightsResult |
withNextToken(String nextToken)
A token to go to the next page if there is one.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ContributorInsightsSummary> getContributorInsightsSummaries()
A list of ContributorInsightsSummary.
public void setContributorInsightsSummaries(Collection<ContributorInsightsSummary> contributorInsightsSummaries)
A list of ContributorInsightsSummary.
contributorInsightsSummaries - A list of ContributorInsightsSummary.public ListContributorInsightsResult withContributorInsightsSummaries(ContributorInsightsSummary... contributorInsightsSummaries)
A list of ContributorInsightsSummary.
NOTE: This method appends the values to the existing list (if any). Use
setContributorInsightsSummaries(java.util.Collection) or
withContributorInsightsSummaries(java.util.Collection) if you want to override the existing values.
contributorInsightsSummaries - A list of ContributorInsightsSummary.public ListContributorInsightsResult withContributorInsightsSummaries(Collection<ContributorInsightsSummary> contributorInsightsSummaries)
A list of ContributorInsightsSummary.
contributorInsightsSummaries - A list of ContributorInsightsSummary.public void setNextToken(String nextToken)
A token to go to the next page if there is one.
nextToken - A token to go to the next page if there is one.public String getNextToken()
A token to go to the next page if there is one.
public ListContributorInsightsResult withNextToken(String nextToken)
A token to go to the next page if there is one.
nextToken - A token to go to the next page if there is one.public String toString()
toString in class ObjectObject.toString()public ListContributorInsightsResult clone()