@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Metadata extends Object implements Serializable, Cloneable, StructuredPojo
Contains additional resource information needed for specific datasets.
| Constructor and Description |
|---|
Metadata() |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
clone() |
boolean |
equals(Object obj) |
String |
getSourceArn()
The Amazon Resource Name (ARN) associated with the dataset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSourceArn(String sourceArn)
The Amazon Resource Name (ARN) associated with the dataset.
|
String |
toString()
Returns a string representation of this object.
|
Metadata |
withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) associated with the dataset.
|
public void setSourceArn(String sourceArn)
The Amazon Resource Name (ARN) associated with the dataset. Currently, DataBrew only supports ARNs from Amazon AppFlow.
sourceArn - The Amazon Resource Name (ARN) associated with the dataset. Currently, DataBrew only supports ARNs from
Amazon AppFlow.public String getSourceArn()
The Amazon Resource Name (ARN) associated with the dataset. Currently, DataBrew only supports ARNs from Amazon AppFlow.
public Metadata withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) associated with the dataset. Currently, DataBrew only supports ARNs from Amazon AppFlow.
sourceArn - The Amazon Resource Name (ARN) associated with the dataset. Currently, DataBrew only supports ARNs from
Amazon AppFlow.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.