Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CreateApplicationVersionResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : CreateApplicationVersionResponseUnmarshaller
return CreateApplicationVersionResponseUnmarshaller
        public static CreateApplicationVersionResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new CreateApplicationVersionResponseUnmarshaller();
            }
            return instance;
        }