@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLandingZoneOperationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetLandingZoneOperationResult() |
| Modifier and Type | Method and Description |
|---|---|
GetLandingZoneOperationResult |
clone() |
boolean |
equals(Object obj) |
LandingZoneOperationDetail |
getOperationDetails()
The landing zone operation details.
|
int |
hashCode() |
void |
setOperationDetails(LandingZoneOperationDetail operationDetails)
The landing zone operation details.
|
String |
toString()
Returns a string representation of this object.
|
GetLandingZoneOperationResult |
withOperationDetails(LandingZoneOperationDetail operationDetails)
The landing zone operation details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setOperationDetails(LandingZoneOperationDetail operationDetails)
The landing zone operation details.
operationDetails - The landing zone operation details.public LandingZoneOperationDetail getOperationDetails()
The landing zone operation details.
public GetLandingZoneOperationResult withOperationDetails(LandingZoneOperationDetail operationDetails)
The landing zone operation details.
operationDetails - The landing zone operation details.public String toString()
toString in class ObjectObject.toString()public GetLandingZoneOperationResult clone()
Copyright © 2023. All rights reserved.