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