@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.