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

GetInstance() public static method

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