Amazon.S3.Model.Internal.MarshallTransformations.GetCORSConfigurationResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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