Class ConfirmProductInstanceResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of ConfirmProductInstance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe AWS account ID of the instance owner.The return value of the request.inthashCode()isReturn()The return value of the request.voidsetOwnerId(String ownerId) The AWS account ID of the instance owner.voidThe return value of the request.toString()Returns a string representation of this object; useful for testing and debugging.withOwnerId(String ownerId) The AWS account ID of the instance owner.withReturn(Boolean returnValue) The return value of the request.
-
Constructor Details
-
ConfirmProductInstanceResult
public ConfirmProductInstanceResult()
-
-
Method Details
-
setOwnerId
The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.
- Parameters:
ownerId- The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.
-
getOwnerId
The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.
- Returns:
- The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.
-
withOwnerId
The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.
- Parameters:
ownerId- The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setReturn
The return value of the request. Returns
trueif the specified product code is owned by the requester and associated with the specified instance.- Parameters:
returnValue- The return value of the request. Returnstrueif the specified product code is owned by the requester and associated with the specified instance.
-
getReturn
The return value of the request. Returns
trueif the specified product code is owned by the requester and associated with the specified instance.- Returns:
- The return value of the request. Returns
trueif the specified product code is owned by the requester and associated with the specified instance.
-
withReturn
The return value of the request. Returns
trueif the specified product code is owned by the requester and associated with the specified instance.- Parameters:
returnValue- The return value of the request. Returnstrueif the specified product code is owned by the requester and associated with the specified instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isReturn
The return value of the request. Returns
trueif the specified product code is owned by the requester and associated with the specified instance.- Returns:
- The return value of the request. Returns
trueif the specified product code is owned by the requester and associated with the specified instance.
-
toString
-
equals
-
hashCode
-
clone
-