@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDatasourcePackagesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDatasourcePackagesRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDatasourcePackagesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getDatasourcePackages()
The data source package start for the behavior graph.
|
String |
getGraphArn()
The ARN of the behavior graph.
|
int |
hashCode() |
void |
setDatasourcePackages(Collection<String> datasourcePackages)
The data source package start for the behavior graph.
|
void |
setGraphArn(String graphArn)
The ARN of the behavior graph.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDatasourcePackagesRequest |
withDatasourcePackages(Collection<String> datasourcePackages)
The data source package start for the behavior graph.
|
UpdateDatasourcePackagesRequest |
withDatasourcePackages(DatasourcePackage... datasourcePackages)
The data source package start for the behavior graph.
|
UpdateDatasourcePackagesRequest |
withDatasourcePackages(String... datasourcePackages)
The data source package start for the behavior graph.
|
UpdateDatasourcePackagesRequest |
withGraphArn(String graphArn)
The ARN of the behavior graph.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn
- The ARN of the behavior graph.public String getGraphArn()
The ARN of the behavior graph.
public UpdateDatasourcePackagesRequest withGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn
- The ARN of the behavior graph.public List<String> getDatasourcePackages()
The data source package start for the behavior graph.
DatasourcePackage
public void setDatasourcePackages(Collection<String> datasourcePackages)
The data source package start for the behavior graph.
datasourcePackages
- The data source package start for the behavior graph.DatasourcePackage
public UpdateDatasourcePackagesRequest withDatasourcePackages(String... datasourcePackages)
The data source package start for the behavior graph.
NOTE: This method appends the values to the existing list (if any). Use
setDatasourcePackages(java.util.Collection)
or withDatasourcePackages(java.util.Collection)
if
you want to override the existing values.
datasourcePackages
- The data source package start for the behavior graph.DatasourcePackage
public UpdateDatasourcePackagesRequest withDatasourcePackages(Collection<String> datasourcePackages)
The data source package start for the behavior graph.
datasourcePackages
- The data source package start for the behavior graph.DatasourcePackage
public UpdateDatasourcePackagesRequest withDatasourcePackages(DatasourcePackage... datasourcePackages)
The data source package start for the behavior graph.
datasourcePackages
- The data source package start for the behavior graph.DatasourcePackage
public String toString()
toString
in class Object
Object.toString()
public UpdateDatasourcePackagesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()