Amazon.ECS.Model.ItemSearchRequest.WithPower C# (CSharp) 메소드

WithPower() 공개 메소드

Sets the Power property
public WithPower ( String power ) : ItemSearchRequest
power String Power property
리턴 ItemSearchRequest
        public ItemSearchRequest WithPower(String power)
        {
            this.powerField = power;
            return this;
        }