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

WithDPCI() 공개 메소드

Sets the DPCI property
public WithDPCI ( String DPCI ) : ItemAttributes
DPCI String DPCI property
리턴 ItemAttributes
        public ItemAttributes WithDPCI(String DPCI)
        {
            this.DPCIField = DPCI;
            return this;
        }
ItemAttributes