Amazon.ECS.Model.Creator.WithValue C# (CSharp) 메소드

WithValue() 공개 메소드

Sets the Value property
public WithValue ( String value ) : Creator
value String Value property
리턴 Creator
        public Creator WithValue(String value)
        {
            this.valueField = value;
            return this;
        }