@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataLakeSourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDataLakeSourcesResult() |
Modifier and Type | Method and Description |
---|---|
GetDataLakeSourcesResult |
clone() |
boolean |
equals(Object obj) |
String |
getDataLakeArn()
The Amazon Resource Name (ARN) created by you to provide to the subscriber.
|
List<DataLakeSource> |
getDataLakeSources()
The list of enabled accounts and enabled sources.
|
String |
getNextToken()
Lists if there are more results available.
|
int |
hashCode() |
void |
setDataLakeArn(String dataLakeArn)
The Amazon Resource Name (ARN) created by you to provide to the subscriber.
|
void |
setDataLakeSources(Collection<DataLakeSource> dataLakeSources)
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.
|
GetDataLakeSourcesResult |
withDataLakeArn(String dataLakeArn)
The Amazon Resource Name (ARN) created by you to provide to the subscriber.
|
GetDataLakeSourcesResult |
withDataLakeSources(Collection<DataLakeSource> dataLakeSources)
The list of enabled accounts and enabled sources.
|
GetDataLakeSourcesResult |
withDataLakeSources(DataLakeSource... dataLakeSources)
The list of enabled accounts and enabled sources.
|
GetDataLakeSourcesResult |
withNextToken(String nextToken)
Lists if there are more results available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDataLakeArn(String dataLakeArn)
The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about ARNs and how to use them in policies, see the Amazon Security Lake User Guide.
dataLakeArn
- The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about
ARNs and how to use them in policies, see the Amazon
Security Lake User Guide.public String getDataLakeArn()
The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about ARNs and how to use them in policies, see the Amazon Security Lake User Guide.
public GetDataLakeSourcesResult withDataLakeArn(String dataLakeArn)
The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about ARNs and how to use them in policies, see the Amazon Security Lake User Guide.
dataLakeArn
- The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about
ARNs and how to use them in policies, see the Amazon
Security Lake User Guide.public List<DataLakeSource> getDataLakeSources()
The list of enabled accounts and enabled sources.
public void setDataLakeSources(Collection<DataLakeSource> dataLakeSources)
The list of enabled accounts and enabled sources.
dataLakeSources
- The list of enabled accounts and enabled sources.public GetDataLakeSourcesResult withDataLakeSources(DataLakeSource... dataLakeSources)
The list of enabled accounts and enabled sources.
NOTE: This method appends the values to the existing list (if any). Use
setDataLakeSources(java.util.Collection)
or withDataLakeSources(java.util.Collection)
if you
want to override the existing values.
dataLakeSources
- The list of enabled accounts and enabled sources.public GetDataLakeSourcesResult withDataLakeSources(Collection<DataLakeSource> dataLakeSources)
The list of enabled accounts and enabled sources.
dataLakeSources
- 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 GetDataLakeSourcesResult 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 GetDataLakeSourcesResult clone()