Amazon.ECS.Model.Guide.WithGuideId C# (CSharp) Method

WithGuideId() public method

Sets the GuideId property
public WithGuideId ( String guideId ) : Guide
guideId String GuideId property
return Guide
        public Guide WithGuideId(String guideId)
        {
            this.guideIdField = guideId;
            return this;
        }