Amazon.EC2.Model.AllocateAddressResult.IsSetAllocationId C# (CSharp) Method

IsSetAllocationId() private method

private IsSetAllocationId ( ) : bool
return bool
        internal bool IsSetAllocationId()
        {
            return this.allocationId != null;
        }
    }