@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.LandingZoneOperationType
public String getOperationType()
The type of the landing zone operation.
LandingZoneOperationType
public LandingZoneOperationSummary withOperationType(String operationType)
The type of the landing zone operation.
operationType
- The type of the landing zone operation.LandingZoneOperationType
public LandingZoneOperationSummary withOperationType(LandingZoneOperationType operationType)
The type of the landing zone operation.
operationType
- The type of the landing zone operation.LandingZoneOperationType
public void setStatus(String status)
The status of the landing zone operation.
status
- The status of the landing zone operation.LandingZoneOperationStatus
public String getStatus()
The status of the landing zone operation.
LandingZoneOperationStatus
public LandingZoneOperationSummary withStatus(String status)
The status of the landing zone operation.
status
- The status of the landing zone operation.LandingZoneOperationStatus
public LandingZoneOperationSummary withStatus(LandingZoneOperationStatus status)
The status of the landing zone operation.
status
- The status of the landing zone operation.LandingZoneOperationStatus
public String toString()
toString
in class Object
Object.toString()
public LandingZoneOperationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.