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