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

GetInstance() public static method

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