@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFolderMembersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFolderMembersResult() |
Modifier and Type | Method and Description |
---|---|
ListFolderMembersResult |
clone() |
boolean |
equals(Object obj) |
List<MemberIdArnPair> |
getFolderMemberList()
A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getRequestId()
The request ID.
|
Integer |
getStatus()
The status.
|
int |
hashCode() |
void |
setFolderMemberList(Collection<MemberIdArnPair> folderMemberList)
A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setRequestId(String requestId)
The request ID.
|
void |
setStatus(Integer status)
The status.
|
String |
toString()
Returns a string representation of this object.
|
ListFolderMembersResult |
withFolderMemberList(Collection<MemberIdArnPair> folderMemberList)
A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.
|
ListFolderMembersResult |
withFolderMemberList(MemberIdArnPair... folderMemberList)
A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.
|
ListFolderMembersResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListFolderMembersResult |
withRequestId(String requestId)
The request ID.
|
ListFolderMembersResult |
withStatus(Integer status)
The status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(Integer status)
The status. If succeeded, the status is SC_OK
status
- The status. If succeeded, the status is SC_OK
public Integer getStatus()
The status. If succeeded, the status is SC_OK
SC_OK
public ListFolderMembersResult withStatus(Integer status)
The status. If succeeded, the status is SC_OK
status
- The status. If succeeded, the status is SC_OK
public List<MemberIdArnPair> getFolderMemberList()
A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.
public void setFolderMemberList(Collection<MemberIdArnPair> folderMemberList)
A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.
folderMemberList
- A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.public ListFolderMembersResult withFolderMemberList(MemberIdArnPair... folderMemberList)
A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.
NOTE: This method appends the values to the existing list (if any). Use
setFolderMemberList(java.util.Collection)
or withFolderMemberList(java.util.Collection)
if you
want to override the existing values.
folderMemberList
- A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.public ListFolderMembersResult withFolderMemberList(Collection<MemberIdArnPair> folderMemberList)
A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.
folderMemberList
- A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListFolderMembersResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public void setRequestId(String requestId)
The request ID.
requestId
- The request ID.public String getRequestId()
The request ID.
public ListFolderMembersResult withRequestId(String requestId)
The request ID.
requestId
- The request ID.public String toString()
toString
in class Object
Object.toString()
public ListFolderMembersResult clone()