@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LandingZoneOperationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Returns a summary of information about a landing zone operation.
| Constructor and Description |
|---|
LandingZoneOperationSummary() |
| Modifier and Type | Method and Description |
|---|---|
LandingZoneOperationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getOperationIdentifier()
The
operationIdentifier of the landing zone operation. |
String |
getOperationType()
The type of the landing zone operation.
|
String |
getStatus()
The status of the landing zone operation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOperationIdentifier(String operationIdentifier)
The
operationIdentifier of the landing zone operation. |
void |
setOperationType(String operationType)
The type of the landing zone operation.
|
void |
setStatus(String status)
The status of the landing zone operation.
|
String |
toString()
Returns a string representation of this object.
|
LandingZoneOperationSummary |
withOperationIdentifier(String operationIdentifier)
The
operationIdentifier of the landing zone operation. |
LandingZoneOperationSummary |
withOperationType(LandingZoneOperationType operationType)
The type of the landing zone operation.
|
LandingZoneOperationSummary |
withOperationType(String operationType)
The type of the landing zone operation.
|
LandingZoneOperationSummary |
withStatus(LandingZoneOperationStatus status)
The status of the landing zone operation.
|
LandingZoneOperationSummary |
withStatus(String status)
The status of the landing zone operation.
|
public void setOperationIdentifier(String operationIdentifier)
The operationIdentifier of the landing zone operation.
operationIdentifier - The operationIdentifier of the landing zone operation.public String getOperationIdentifier()
The operationIdentifier of the landing zone operation.
operationIdentifier of the landing zone operation.public LandingZoneOperationSummary withOperationIdentifier(String operationIdentifier)
The operationIdentifier of the landing zone operation.
operationIdentifier - The operationIdentifier of the landing zone operation.public void setOperationType(String operationType)
The type of the landing zone operation.
operationType - The type of the landing zone operation.LandingZoneOperationTypepublic String getOperationType()
The type of the landing zone operation.
LandingZoneOperationTypepublic LandingZoneOperationSummary withOperationType(String operationType)
The type of the landing zone operation.
operationType - The type of the landing zone operation.LandingZoneOperationTypepublic LandingZoneOperationSummary withOperationType(LandingZoneOperationType operationType)
The type of the landing zone operation.
operationType - The type of the landing zone operation.LandingZoneOperationTypepublic void setStatus(String status)
The status of the landing zone operation.
status - The status of the landing zone operation.LandingZoneOperationStatuspublic String getStatus()
The status of the landing zone operation.
LandingZoneOperationStatuspublic LandingZoneOperationSummary withStatus(String status)
The status of the landing zone operation.
status - The status of the landing zone operation.LandingZoneOperationStatuspublic LandingZoneOperationSummary withStatus(LandingZoneOperationStatus status)
The status of the landing zone operation.
status - The status of the landing zone operation.LandingZoneOperationStatuspublic String toString()
toString in class ObjectObject.toString()public LandingZoneOperationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.