@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDatalakeStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDatalakeStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetDatalakeStatusResult |
clone() |
boolean |
equals(Object obj) |
List<AccountSources> |
getAccountSourcesList()
The list of enabled accounts and enabled sources.
|
String |
getNextToken()
Lists if there are more results available.
|
int |
hashCode() |
void |
setAccountSourcesList(Collection<AccountSources> accountSourcesList)
The list of enabled accounts and enabled sources.
|
void |
setNextToken(String nextToken)
Lists if there are more results available.
|
String |
toString()
Returns a string representation of this object.
|
GetDatalakeStatusResult |
withAccountSourcesList(AccountSources... accountSourcesList)
The list of enabled accounts and enabled sources.
|
GetDatalakeStatusResult |
withAccountSourcesList(Collection<AccountSources> accountSourcesList)
The list of enabled accounts and enabled sources.
|
GetDatalakeStatusResult |
withNextToken(String nextToken)
Lists if there are more results available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AccountSources> getAccountSourcesList()
The list of enabled accounts and enabled sources.
public void setAccountSourcesList(Collection<AccountSources> accountSourcesList)
The list of enabled accounts and enabled sources.
accountSourcesList
- The list of enabled accounts and enabled sources.public GetDatalakeStatusResult withAccountSourcesList(AccountSources... accountSourcesList)
The list of enabled accounts and enabled sources.
NOTE: This method appends the values to the existing list (if any). Use
setAccountSourcesList(java.util.Collection)
or withAccountSourcesList(java.util.Collection)
if
you want to override the existing values.
accountSourcesList
- The list of enabled accounts and enabled sources.public GetDatalakeStatusResult withAccountSourcesList(Collection<AccountSources> accountSourcesList)
The list of enabled accounts and enabled sources.
accountSourcesList
- The list of enabled accounts and enabled sources.public void setNextToken(String nextToken)
Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
nextToken
- Lists if there are more results available. The value of nextToken is a unique pagination token for each
page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments
unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
public String getNextToken()
Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
public GetDatalakeStatusResult withNextToken(String nextToken)
Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
nextToken
- Lists if there are more results available. The value of nextToken is a unique pagination token for each
page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments
unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
public String toString()
toString
in class Object
Object.toString()
public GetDatalakeStatusResult clone()