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