Amazon.S3.Model.InventoryS3BucketDestination.IsSetAccountId C# (CSharp) Method

IsSetAccountId() public method

public IsSetAccountId ( ) : bool
return bool
        public bool IsSetAccountId()
        {
            return !(string.IsNullOrEmpty(this.accountId));
        }