Amazon.ECS.Model.OperationInformation.WithDescription C# (CSharp) 메소드

WithDescription() 공개 메소드

Sets the Description property
public WithDescription ( String description ) : OperationInformation
description String Description property
리턴 OperationInformation
        public OperationInformation WithDescription(String description)
        {
            this.descriptionField = description;
            return this;
        }