@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) |
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)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.