@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SyncInputJobAttachmentsSessionActionDefinition extends Object implements Serializable, Cloneable, StructuredPojo
The job attachment in a session action to sync.
Constructor and Description |
---|
SyncInputJobAttachmentsSessionActionDefinition() |
Modifier and Type | Method and Description |
---|---|
SyncInputJobAttachmentsSessionActionDefinition |
clone() |
boolean |
equals(Object obj) |
String |
getStepId()
The step ID for the step in the job attachment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStepId(String stepId)
The step ID for the step in the job attachment.
|
String |
toString()
Returns a string representation of this object.
|
SyncInputJobAttachmentsSessionActionDefinition |
withStepId(String stepId)
The step ID for the step in the job attachment.
|
public SyncInputJobAttachmentsSessionActionDefinition()
public void setStepId(String stepId)
The step ID for the step in the job attachment.
stepId
- The step ID for the step in the job attachment.public String getStepId()
The step ID for the step in the job attachment.
public SyncInputJobAttachmentsSessionActionDefinition withStepId(String stepId)
The step ID for the step in the job attachment.
stepId
- The step ID for the step in the job attachment.public String toString()
toString
in class Object
Object.toString()
public SyncInputJobAttachmentsSessionActionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.