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