@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SyncInputJobAttachmentsSessionActionDefinitionSummary extends Object implements Serializable, Cloneable, StructuredPojo
The details of a synced job attachment.
Constructor and Description |
---|
SyncInputJobAttachmentsSessionActionDefinitionSummary() |
Modifier and Type | Method and Description |
---|---|
SyncInputJobAttachmentsSessionActionDefinitionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getStepId()
The step ID of 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 of the step in the job attachment.
|
String |
toString()
Returns a string representation of this object.
|
SyncInputJobAttachmentsSessionActionDefinitionSummary |
withStepId(String stepId)
The step ID of the step in the job attachment.
|
public SyncInputJobAttachmentsSessionActionDefinitionSummary()
public void setStepId(String stepId)
The step ID of the step in the job attachment.
stepId
- The step ID of the step in the job attachment.public String getStepId()
The step ID of the step in the job attachment.
public SyncInputJobAttachmentsSessionActionDefinitionSummary withStepId(String stepId)
The step ID of the step in the job attachment.
stepId
- The step ID of the step in the job attachment.public String toString()
toString
in class Object
Object.toString()
public SyncInputJobAttachmentsSessionActionDefinitionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.