@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLandingZoneResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteLandingZoneResult() |
Modifier and Type | Method and Description |
---|---|
DeleteLandingZoneResult |
clone() |
boolean |
equals(Object obj) |
String |
getOperationIdentifier()
>A unique identifier assigned to a
DeleteLandingZone operation. |
int |
hashCode() |
void |
setOperationIdentifier(String operationIdentifier)
>A unique identifier assigned to a
DeleteLandingZone operation. |
String |
toString()
Returns a string representation of this object.
|
DeleteLandingZoneResult |
withOperationIdentifier(String operationIdentifier)
>A unique identifier assigned to a
DeleteLandingZone operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOperationIdentifier(String operationIdentifier)
>A unique identifier assigned to a DeleteLandingZone
operation. You can use this identifier as an
input parameter of GetLandingZoneOperation
to check the operation's status.
operationIdentifier
- >A unique identifier assigned to a DeleteLandingZone
operation. You can use this
identifier as an input parameter of GetLandingZoneOperation
to check the operation's status.public String getOperationIdentifier()
>A unique identifier assigned to a DeleteLandingZone
operation. You can use this identifier as an
input parameter of GetLandingZoneOperation
to check the operation's status.
DeleteLandingZone
operation. You can use this
identifier as an input parameter of GetLandingZoneOperation
to check the operation's status.public DeleteLandingZoneResult withOperationIdentifier(String operationIdentifier)
>A unique identifier assigned to a DeleteLandingZone
operation. You can use this identifier as an
input parameter of GetLandingZoneOperation
to check the operation's status.
operationIdentifier
- >A unique identifier assigned to a DeleteLandingZone
operation. You can use this
identifier as an input parameter of GetLandingZoneOperation
to check the operation's status.public String toString()
toString
in class Object
Object.toString()
public DeleteLandingZoneResult clone()