@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourcePriority extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
| SourcePriority() | 
| Modifier and Type | Method and Description | 
|---|---|
| SourcePriority | clone() | 
| boolean | equals(Object obj) | 
| String | getPrimarySource()The name of the source you choose as the primary source for this flow. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setPrimarySource(String primarySource)The name of the source you choose as the primary source for this flow. | 
| String | toString()Returns a string representation of this object. | 
| SourcePriority | withPrimarySource(String primarySource)The name of the source you choose as the primary source for this flow. | 
public void setPrimarySource(String primarySource)
primarySource - The name of the source you choose as the primary source for this flow.public String getPrimarySource()
public SourcePriority withPrimarySource(String primarySource)
primarySource - The name of the source you choose as the primary source for this flow.public String toString()
toString in class ObjectObject.toString()public SourcePriority clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.