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

GetInstance() public static method

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