Amazon.ECS.Model.ItemAttributes.WithHandOrientation C# (CSharp) Метод

WithHandOrientation() публичный Метод

Sets the HandOrientation property
public WithHandOrientation ( String handOrientation ) : ItemAttributes
handOrientation String HandOrientation property
Результат ItemAttributes
        public ItemAttributes WithHandOrientation(String handOrientation)
        {
            this.handOrientationField = handOrientation;
            return this;
        }
ItemAttributes