Amazon.ECS.Model.SellerLocation.WithState C# (CSharp) Метод

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

Sets the State property
public WithState ( String state ) : SellerLocation
state String State property
Результат SellerLocation
        public SellerLocation WithState(String state)
        {
            this.stateField = state;
            return this;
        }