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

WithChainType() 공개 메소드

Sets the ChainType property
public WithChainType ( String chainType ) : ItemAttributes
chainType String ChainType property
리턴 ItemAttributes
        public ItemAttributes WithChainType(String chainType)
        {
            this.chainTypeField = chainType;
            return this;
        }
ItemAttributes