@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputSource extends Object implements Serializable, Cloneable, StructuredPojo
Information about the source where the association execution details are stored.
Constructor and Description |
---|
OutputSource() |
Modifier and Type | Method and Description |
---|---|
OutputSource |
clone() |
boolean |
equals(Object obj) |
String |
getOutputSourceId()
The ID of the output source, for example the URL of an S3 bucket.
|
String |
getOutputSourceType()
The type of source where the association execution details are stored, for example, Amazon S3.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOutputSourceId(String outputSourceId)
The ID of the output source, for example the URL of an S3 bucket.
|
void |
setOutputSourceType(String outputSourceType)
The type of source where the association execution details are stored, for example, Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
OutputSource |
withOutputSourceId(String outputSourceId)
The ID of the output source, for example the URL of an S3 bucket.
|
OutputSource |
withOutputSourceType(String outputSourceType)
The type of source where the association execution details are stored, for example, Amazon S3.
|
public void setOutputSourceId(String outputSourceId)
The ID of the output source, for example the URL of an S3 bucket.
outputSourceId
- The ID of the output source, for example the URL of an S3 bucket.public String getOutputSourceId()
The ID of the output source, for example the URL of an S3 bucket.
public OutputSource withOutputSourceId(String outputSourceId)
The ID of the output source, for example the URL of an S3 bucket.
outputSourceId
- The ID of the output source, for example the URL of an S3 bucket.public void setOutputSourceType(String outputSourceType)
The type of source where the association execution details are stored, for example, Amazon S3.
outputSourceType
- The type of source where the association execution details are stored, for example, Amazon S3.public String getOutputSourceType()
The type of source where the association execution details are stored, for example, Amazon S3.
public OutputSource withOutputSourceType(String outputSourceType)
The type of source where the association execution details are stored, for example, Amazon S3.
outputSourceType
- The type of source where the association execution details are stored, for example, Amazon S3.public String toString()
toString
in class Object
Object.toString()
public OutputSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.