Amazon.ECS.Model.ItemSearchRequest.WithPower C# (CSharp) Method

WithPower() public method

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