Amazon.ECS.Model.ItemAttributes.WithClaspType C# (CSharp) 메소드

WithClaspType() 공개 메소드

Sets the ClaspType property
public WithClaspType ( String claspType ) : ItemAttributes
claspType String ClaspType property
리턴 ItemAttributes
        public ItemAttributes WithClaspType(String claspType)
        {
            this.claspTypeField = claspType;
            return this;
        }
ItemAttributes