@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfileSharesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListProfileSharesResult() |
Modifier and Type | Method and Description |
---|---|
ListProfileSharesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken() |
List<ProfileShareSummary> |
getProfileShareSummaries()
Profile share summaries.
|
int |
hashCode() |
void |
setNextToken(String nextToken) |
void |
setProfileShareSummaries(Collection<ProfileShareSummary> profileShareSummaries)
Profile share summaries.
|
String |
toString()
Returns a string representation of this object.
|
ListProfileSharesResult |
withNextToken(String nextToken) |
ListProfileSharesResult |
withProfileShareSummaries(Collection<ProfileShareSummary> profileShareSummaries)
Profile share summaries.
|
ListProfileSharesResult |
withProfileShareSummaries(ProfileShareSummary... profileShareSummaries)
Profile share summaries.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProfileShareSummary> getProfileShareSummaries()
Profile share summaries.
public void setProfileShareSummaries(Collection<ProfileShareSummary> profileShareSummaries)
Profile share summaries.
profileShareSummaries
- Profile share summaries.public ListProfileSharesResult withProfileShareSummaries(ProfileShareSummary... profileShareSummaries)
Profile share summaries.
NOTE: This method appends the values to the existing list (if any). Use
setProfileShareSummaries(java.util.Collection)
or
withProfileShareSummaries(java.util.Collection)
if you want to override the existing values.
profileShareSummaries
- Profile share summaries.public ListProfileSharesResult withProfileShareSummaries(Collection<ProfileShareSummary> profileShareSummaries)
Profile share summaries.
profileShareSummaries
- Profile share summaries.public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListProfileSharesResult withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public ListProfileSharesResult clone()